Error message at login:
Failure to download extra data files
The following packages requested additional data downloads after package installation, but the data could not be downloaded or could not be processed.
ttf-mscorefonts-installer
Failure to download extra data files
The following packages requested additional data downloads after package installation, but the data could not be downloaded or could not be processed.
ttf-mscorefonts-installer
Solution:
1. Purge ttf-mscorefonts-installer
2. Remove the partial folder containing partial download in /var/lib/
3. Install ttf-mscorefonts-installer and make sure to select “YES” to the EULA
$ sudo apt-get remove --purge ttf-mscorefonts-installer
2. Remove the partial folder containing partial download in /var/lib/
$ cd /var/lib/update-notifier/package-data-downloads $ sudo rm -rf partial
3. Install ttf-mscorefonts-installer and make sure to select “YES” to the EULA
$ sudo apt-get install ttf-mscorefonts-installer
Comments