zoukankan      html  css  js  c++  java
  • How to Fix "Linux Failure to Download extra data files for ttf-mscorefonts-installer" error

    How to Fix "Linux Failure to Download extra data files for ttf-mscorefonts-installer" error

    Hi 
    Using Linux for a time ,in its very essence one of the errors I often come across with is downloading problem for certain add-ons.

    If you get the following error: 

    
    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.  

    So this certain packet actually stands for Microsoft's font files freely available from the Microsoft for you to use and download without sharing with any 3rd party or individual.Therefore, there is a probable connection problem that you must have had when you attempted to download it.

    To fix it: 

    sudo apt-get remove --purge ttf-mscorefonts-installer
    sudo apt-get install ubuntu-restricted-extras
         
    use these two lines of commands respectively and you are ready to go !

    Sincerely,Ahmet

    Written on February 4, 2017
  • 相关阅读:
    如何保持页脚始终在页面底部
    CSS自适应宽度圆角按钮
    ACM1004
    java输出格式
    北大ACM1001题Exponentiation(求高精度幂)
    深入理解sizeof
    java之类BigDecimal
    ACM1003
    ACM1005
    C的输出格式printf
  • 原文地址:https://www.cnblogs.com/mouseleo/p/10847614.html
Copyright © 2011-2022 走看看