这是一个值得修正的老问题,但现在它已不再是一个笑话,我似乎无法解决它。
我不断收到与以下相关的可怕failed To download extra data files
错误ttf-mscorefonts-installer
:
反复要求它再试一次也无济于事,另外,反复尝试——
sudo rm -rf /var/lib/update-notifier/package-data-downloads/partial/*
sudo apt-get --purge --reinstall install ttf-mscorefonts-installer
Run Code Online (Sandbox Code Playgroud)
也不行。我只是从停止它工作的 sourceforge 链接之一收到至少一个 404 错误-
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 to upgrade, 0 to newly install, 1 reinstalled, 0 to remove and 20 not to upgrade.
Need to get 0 B/29.5 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database …
Run Code Online (Sandbox Code Playgroud) 我一直在从更新通知程序收到有关“无法下载额外数据文件”的通知。它要求我从ttf-mscorefonts-installer
包中下载字体。但是,每当我单击“立即运行此操作”时,都会弹出一个窗口(见下图)并且从未下载过。
它一直“等待标题”直到超时。如果我使用wget
in 终端下载包,也会发生同样的事情:
wget downloads.sourceforge.net/corefonts/andale32.exe
--2016-05-02 11:57:32-- http://downloads.sourceforge.net/corefonts/andale32.exe
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response...
Run Code Online (Sandbox Code Playgroud)
它会再次失败。
我已经注意到了类似的问题,像这一个,但已知的方案从来没有对我的工作。有线的事情是我可以从Chrome之类的浏览器下载字体包,并运行以下命令来修复字体问题:
sudo dpkg-reconfigure ttf-mscorefonts-installer
Run Code Online (Sandbox Code Playgroud)
与字体文件夹定向。但我的问题是我的package-data-downloader
终端配置有问题吗?该sudo apt-get update
命令运行时可能会出现一些错误和警告,但通常它可以从 Internet 下载数据。只有当终端连接到 sourceforge 或类似的网站时,它才会失败。
希望您对如何使从终端下载适用于所有情况有所了解。让我知道我还能提供什么信息。谢谢!
当我ttf-mscorefonts-installer
在 14.04 上从软件中心安装“Microsoft TrueType 核心字体安装程序”( ) 时,它给出了肯定的响应——但在此之后我收到了下载错误。似乎从未检索过实际提供字体的文件。有没有办法解决这个问题?