PDA

View Full Version : [SOLVED] Failure to Download core fonts



Panawe
December 19th, 2016, 11:17 AM
Since the latest upgrade I have been getting a warning pop-up saying "Failure to Download". The package at issue is "ttf-mscorefonts-installer". Try to fix the problem through Terminal but no go so far. Otherwise everything seems okay.

Solutions anyone?

TIA

lisati
December 19th, 2016, 11:20 AM
Please see this thread: https://ubuntuforums.org/showthread.php?t=2346763

howefield
December 19th, 2016, 11:20 AM
Have you got the fonts downloaded, you should have Andale Mono, Arial Black, Arial, Comic Sans MS, Courier New, Georgia, Impact, Times New Roman, Trebuchet, Verdana and Webdings ?

Try..


sudo touch /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer

If that fails I'd suggest purging the package and installing the 3.6 version of the package.


wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb -P ~/Downloads

will download the package to your Downloads folder, and


sudo apt install ~/Downloads/ttf-mscorefonts-installer_3.6_all.deb

will install the package.

Panawe
December 19th, 2016, 11:33 AM
Well, that was quick :)

Thanks.

SurfaceUnits
December 22nd, 2016, 07:14 PM
The location of the fonts store has been changed on the sourceforge server