我正在尝试在 LibreOffice 上获取 Times New Roman。我运行了:
sudo apt-get install msttcorefonts
我认为它已下载,但它没有出现在 OpenOffice 字体下拉列表中。
答案1
msttcorefonts 的软件包内容属于这里,
/usr/share/fonts/truetype/
所以,就这么做吧
sudo fc-cache -f /usr/share/fonts/truetype/
如果不成功,则说明软件包实际上没有安装完成。在这种情况下,请以 root 身份再次安装并报告准确的输出。
解释一下,如果你不确定 fc-cache 的 -f 标志,这是来自 fc-cache手册页
-f Force re-generation of apparently up-to-date cache files, overriding the timestamp checking.