can confirm this is ongoing since 15.10 till now 17.10. A possible
workaround which always works is the following:

# install it
sudo apt install ttf-mscorefonts-installer

# dont purge or uninstall despite of errors, instead do the following
TMP=$(mktemp -d)
cd "$TMP"
awk '/Url/ {system("wget "$2)}' 
/usr/share/package-data-downloads/ttf-mscorefonts-installer
sudo /usr/lib/msttcorefonts/update-ms-fonts "$TMP"/*
sudo touch 
/var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer
cd ..
rm -r "$TMP"

Hope this helps guys.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1719863

Title:
  ttf-mscorefonts installer error on 17.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1719863/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to