如何在基于gentoo的linux上安装unicode字体?

如何在基于gentoo的linux上安装unicode字体?

这个问题: 如何获得 Gentoo Linux 的完整 Unicode 字体覆盖? 给出了我想要做什么的想法,但我不知道该怎么做。

我希望安装所有 unicode 字体,因为 github 在网站界面中向我显示字符代码而不是字形。

答案1

您只需启用 portage use 标志即可。

将此行添加到/etc/portage/make.conf

USE="$USE unicode"

然后以 root 身份运行:

emerge --update --deep --with-bdeps=y --newuse @world

答案2

首先,安装eix,然后

root # emerge $(EIX_LIMIT=0 eix -# media-fonts/*)

这将安装您可用的所有字体。

相关内容