Skip to content

Instantly share code, notes, and snippets.

@towfiqpiash
Created November 14, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save towfiqpiash/0984a6193d8593c505c843974f29410e to your computer and use it in GitHub Desktop.
Save towfiqpiash/0984a6193d8593c505c843974f29410e to your computer and use it in GitHub Desktop.
Failed to download extra data files ttf-mscorefonts-installer

The 3.4 version of the ttf-mecorefonts-installer package is broken.

Sourceforge (where the actual font files are downloaded from) changed the location that the fonts are stored rendering the package broken. I'd suggest purging that broken 3.4 version of the package and instead install the 3.6 version of the package from an alternative source, eg

To get rid of the current package

sudo apt purge ttf-mscorefonts-installer

To download the 3.6 version of the package to your Downloads folder

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

To install the new package.

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

Thats All!

original source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment