Fix Microsoft font problem on Ubuntu 17.10

Posted by MD     Category: Informatica





The problem jumps out as an unsuccessful update called ttf-mscorefonts-installer ie fonts (fonts) used by Microsoft, it is better to install them to have compatibility on World documents in Libre Office.
Returning to the problem here is how to solve the problem on the fly without long tricks:
Let’s open a terminal with ctrl + alt + t or by looking it up in the main menu and make the copy paste of

sudo sed -i ‘s#http://downloads.sourceforge.net/corefonts#https://github.com/pushcx/corefonts/raw/master#g’ /usr/share/package-data-downloads/ttf-mscorefonts-installer
sudo /usr/lib/update-notifier/package-data-downloader

Obviously put your password when requested even if you do not see the typing of the same !!
Simple, no?

Hello everybody