有没有办法在没有 MS 字体包的情况下安装 ubuntu-restricted-extras?
答案1
ubuntu-restricted-extras 软件包是所谓的“元软件包”。此类软件包本身不提供文件,但依赖于其他软件包。apt-cache show ubuntu-restricted-extras
告诉我 MS 字体(ttf-mscorefonts-installer)是软件包推荐的,而不是强制的。
ubuntu-restricted-addons
安装时始终会安装此包ubuntu-restricted-extras
。如果您不想安装 MS 字体,请直接安装此包:
sudo apt-get install ubuntu-restricted-addons
其他推荐的软件包也可以手动安装:
sudo apt-get install unrar gstreamer0.10-plugins-bad-multiverse libavcodec-extra-53
如果某个包依赖于ubuntu-restricted-extras
,则在安装上述包后运行:
sudo apt-get --no-install-recommends install ubuntu-restricted-extras
答案2
安装 ubuntu-restricted-extras 包。然后在完全删除该包之前,通过检查 Synaptic 中的 ttf-mscorefonts-installer 来记下安装的字体的名称。
然后使用字体管理器禁用您记下名称的字体。
答案3
做了一些研究和试验。结果发现你可以通过以下方式获得没有 MS 字体的限制附加功能 ~
- 使用软件管理器进行安装,并在出现提示时不接受安装 MS 字体的条款。这样将继续安装,但会忽略 MS 字体。
- 使用离线安装程序脚本并删除将 MS 字体复制到 Ubuntu 系统的行。