zoukankan      html  css  js  c++  java
  • Requested additional data downloads after package installation, but the data could not be downloaded or could not be processed.(Linux Wine)

    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 fiiles there.

    Done! you have successfully configured and setup the package.

    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.

  • 相关阅读:
    全新 D 系列虚拟机型号
    D 系列性能预期
    Azure Backup 入门
    对 Azure Backup 的常见配置问题进行故障排除
    宣布发布长期保留 Azure Backup功能
    宣布 Azure Backup 支持备份 Windows Server 2008
    Azure Backup 简介
    MongoDB中ObjectId的误区,以及引起的一系列问题
    UNIX/Linux_C_程序员需要掌握的七种武器
    Docker企业版安装指南
  • 原文地址:https://www.cnblogs.com/ShaneZhang/p/3131013.html
Copyright © 2011-2022 走看看