Skip to content

Instantly share code, notes, and snippets.

@maxbelyanin
Last active November 2, 2017 12:49
Show Gist options
  • Save maxbelyanin/2a571ae54cb226986449fc5495cb015f to your computer and use it in GitHub Desktop.
Save maxbelyanin/2a571ae54cb226986449fc5495cb015f to your computer and use it in GitHub Desktop.
Install Microsoft Core Fonts for Ubuntu
sudo apt-get install ttf-mscorefonts-installer
cd /var/lib/update-notifier/package-data-downloads/partial
grep Url: /usr/share/package-data-downloads/ttf-mscorefonts-installer | awk '{print $2}' | sudo xargs -n 1 'wget'
cd -
sudo /usr/lib/msttcorefonts/update-ms-fonts /var/lib/update-notifier/package-data-downloads/partial/*
sudo rm -f /var/lib/update-notifier/package-data-downloads/partial/*
sudo mv /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer.FAILED /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer
sudo fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment