我想删除我的Debian
系统上所有不需要的区域设置/usr/share/locale
。我已经安装了该包locales
并en_IE.UTF-8 UTF-8
使用生成
echo "en_IE.UTF-8 UTF-8" > /etc/locale.gen
locale.gen
/usr/share/locale
现在我想通过编辑删除不需要的每个区域设置/etc/dpkg/dpkg.cfg.d/excludes
。然而,为了能够做到这一点,我需要知道eg 中的哪些条目/usr/share/locale
需要保留。没有单独条目的语言环境在哪里,/usr/share/locale/
例如en_IE.UTF-8 UTF-8
位于/usr/share/locale/
?例如,en_IE.UTF-8 UTF-8
与 相同吗en_GB
?