当我ttf-mscorefonts-installer在 14.04 上从软件中心安装“Microsoft TrueType 核心字体安装程序”( ) 时,它给出了肯定的响应——但在此之后我收到了下载错误。似乎从未检索过实际提供字体的文件。有没有办法解决这个问题?
我想在 16.04 上安装 Microsoft 字体并运行下面的命令,但是有很多错误(或只有警告?)关于用户_apt对下载的.exe文件没有权限。
命令:
sudo apt install ttf-mscorefont-installer
Run Code Online (Sandbox Code Playgroud)
错误消息(对每个下载的字体 exe 重复):
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [198 kB]
Fetched 198 kB in 1s (180 kB/s)
W: Can't drop privileges for downloading as file '/var/lib/update-notifier/package-data-downloads/partial/andale32.exe' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
Run Code Online (Sandbox Code Playgroud)
但是最后还是说安装成功。那么这只是包安装脚本中的一个错误,还是我这边有什么问题?我需要采取任何进一步的行动吗?
完整输出(原始输出与 相同--reinstall):
$ sudo apt install --reinstall ttf-mscorefonts-installer
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 to upgrade, 0 to newly install, …Run Code Online (Sandbox Code Playgroud)