当我在14.04从软件中心安装“Microsoft TrueType核心字体安装程序”(ttf-mscorefonts-installer)时,它给出了一个积极的响应--但在此之后,我得到了一个下载错误。实际上提供字体的文件似乎从未被检索过。有什么办法解决这个问题吗?
发布于 2015-10-06 21:57:06
我从arial32.exe包中得到了散列错误,安装就会失败,但是利用上面两种方法的结合,这实际上是有效的。
sudo dpkg -P ttf-mscorefonts-installer
sudo rm -rf /var/lib/update-notifier/package-data-downloads/partial/*
sudo apt-get --purge --reinstall install ttf-mscorefonts-installer发布于 2016-12-11 15:00:26
的影响
错误报告中的更多细节。作为解决办法,下载并安装修订后的Debian软件包。
cd ~/Downloads
wget http://ftp.us.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
sudo gdebi ~/Downloads/ttf-mscorefonts-installer_3.6_all.deb发布于 2015-08-31 00:13:14
这两条命令适用于我:
sudo rm -rf /var/lib/update-notifier/package-data-downloads/partial/*
sudo apt-get --purge --reinstall install ttf-mscorefonts-installer来源:https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1371783
https://askubuntu.com/questions/463754
复制相似问题