我想安装Microsoft Vista TTF字体(假设康索拉),在Ubuntu 9.04(Jaunty Jackalope)上。
我该如何做呢?
答案1
答案2
如果您有方便的Windows机器(Ianal,但我认为您需要Vista许可才能合法使用Consolas字体),请在方便的地方复制文件。
然后在终端中:
sudo cp *.ttf /usr/local/share/fonts
cd /usr/local/share/fonts
sudo chown root:root *.ttf
sudo fc-cache
答案3
查看这脚本。
葡萄酒技巧是一个快速而粗糙的脚本,用于下载和安装各种可再分发的运行时库......