Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
105
rated 0 times [  105] [ 0]  / answers: 1 / hits: 83940  / 2 Years ago, sat, october 8, 2022, 6:12:09

After fresh install 12.04 I && updating apt and system restart, I always get this annoying message after reboot :




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



The download will be attempted again later, or you can try the
download again now. Running this command requires an active Internet
connection.




But if I run attempt now, it shows flashing terminal window and like nothing happen. It'll happen again when I restart system.



I found someone have this problem too, but he haven't replied yet.




  • I'm a newbie here, please help.


More From » 12.04

 Answers
6

Solution 1:



Connect to the internet and run this command below, to fix the error



sudo apt-get install --reinstall ttf-mscorefonts-installer  


This will reinstall the package, and download the data files needed to configure the package. Wait for some times to finish downloading. The download size is approximately 4MB.



Solution 2:




  1. Connect to the internet and go to this sourceforge link and download all the .exe files there except wd97vwr32.exe file.


  2. Copy those files in your home directory.


  3. Run this command to configure the package



    sudo dpkg-reconfigure ttf-mscorefonts-installer



    • This will ask you whether you have downloaded microsoft fonts or not. Use Tab to select OK, and hit Enter.

    • Then again you will be asked to enter the directory name for the downloaded files, Type the location of your home directory and use Tab to select OK, and hit Enter.



      For example, if your login name is anwar, the location will be /home/anwar, because I copied the downloaded files there.





Done! you have successfully configured and setup the package.



Note: If the files cannot be downloaded due to 404 error, check the "Can't download?" section



What was the cause of the problem?



This package ttf-mscorefonts-installer is used to download Microsoft's font files (those files are made freely available by Microsoft) from the Internet and install them. Since you must accept the EULA of Microsoft to use those font files, those fonts cannot be included in the package like other Free (Free as freedom) packages.



The problem was, somehow you get disconnected from Internet before downloading those files. So, is the message asking to download more data files.



Can't download?



If you can't download the files due to 404 errors, I have prepared a tar.gz archive of the downloaded contents. You can download it from this dropbox link and extract it to a folder. If you extract it to /tmp/, you'll type that directory after the dpkg-reconfigure command in Solution 2.


[#37411] Sunday, October 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ronicod

Total Points: 71
Total Questions: 111
Total Answers: 111

Location: Montenegro
Member since Fri, Dec 10, 2021
2 Years ago
ronicod questions
Thu, Nov 11, 21, 06:26, 3 Years ago
Sun, May 7, 23, 13:57, 1 Year ago
Sun, Jun 26, 22, 06:13, 2 Years ago
Fri, Oct 14, 22, 13:55, 2 Years ago
;