博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ttf-mscorefonts-installer 无法安装,解决办法
阅读量:6895 次
发布时间:2019-06-27

本文共 1032 字,大约阅读时间需要 3 分钟。

  hot3.png

Ubuntu更新时,弹出安装ttf-mscorefonts-installer,

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.

但安装总是失败,

使用命令行 sudo apt-get --purge --reinstall install ttf-mscorefonts-installer

提示下载文件有404错误:ttf-mscorefonts-installer: processing...
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
Err:1 http://downloads.sourceforge.net/corefonts/andale32.exe
  404  Not Found
E: Failed to fetch https://nchc.dl.sourceforge.net/project/corefonts/the fonts/final/andale32.exe  404  Not Found
 

解决办法:

wget http://httpredir.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.debsudo dpkg -i ttf-mscorefonts-installer_3.6_all.deb

资料来源:

转载于:https://my.oschina.net/lieefu/blog/822556

你可能感兴趣的文章
day01 认识python变量 数据类型 条件if语句
查看>>
【算法学习笔记】38.最短路问题 SJTU OJ 1105 path
查看>>
MarkDown写blog(测试)
查看>>
linux主机名 hostname
查看>>
[转]浅论Maven和Git的原理及展示其与Eclipse的集成
查看>>
盒子模型
查看>>
for in遍历对象属性注意事项
查看>>
Module not found: Error: Can't resolve 'XXX' in 'XXXX'
查看>>
Mac Mysql 修改初始化密码
查看>>
textarea 禁止拉伸
查看>>
js 常用正则表达式表单验证代码
查看>>
【ShaderToy】基础篇之再谈抗锯齿(antialiasing,AA)
查看>>
常见中文字体的英文名
查看>>
你不知道的JavaScript(四)数值
查看>>
Spring的Restful
查看>>
令人吐血的string.format 对齐问题
查看>>
Notepad++中直接运行python
查看>>
Error:java: Compilation failed: internal java compiler
查看>>
bzoj2821作诗
查看>>
AngularJS - contorller app module
查看>>