Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
可能是“商店、apt-get 提示安装失败”的解决方案之一
Experiences and Insight
649
views ·
1
replies ·
To
floor
Go
lostcyd
deepin
2020-08-04 10:06
Author
本帖最后由 lostcyd 于 2020-8-4 02:11 编辑
不管是商店装,还是apt-get装都提示安装失败,
卸载都不行。。。。真心蛋疼
后来用终端最后发现是wine的字体下不下来的问题
根本原因应该是由于众所周知的网络原因,sourceforge 无法访问,这些字体都要从那里下载
笨办法解决:(从隔壁ubuntu论坛参考来的,改进了一下 https://forum.ubuntu.org.cn/viewtopic.php?t=232024)
1. 找了一个sourceforge镜像,把字体exe下下来,下面的附件有
2. 解压到觉得OK的地方,反正一会要被copy走
3. 稍作修改下面的shell脚本, 在apt-get 的时候,另开一个终端运行
# 假设放在了
~/Downloads/wine-fonts
# 需要确保存在:
~/Downloads/wine-fonts
/*.exe
sudo cp
~/Downloads/wine-fonts
/*.exe /tmp/$(ls /tmp | grep mscorefonts-)
附件太大,传不上来,baidu链 提取:ecjt
https://pan.baidu.com/s/1sQiWTWaRudAkvDHnvg87dw
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2020-08-04 17:06
#1
https://bbs.deepin.org/user/238373
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
不管是商店装,还是apt-get装都提示安装失败,
卸载都不行。。。。真心蛋疼
后来用终端最后发现是wine的字体下不下来的问题
根本原因应该是由于众所周知的网络原因,sourceforge 无法访问,这些字体都要从那里下载
笨办法解决:(从隔壁ubuntu论坛参考来的,改进了一下 https://forum.ubuntu.org.cn/viewtopic.php?t=232024)
1. 找了一个sourceforge镜像,把字体exe下下来,下面的附件有
2. 解压到觉得OK的地方,反正一会要被copy走
3. 稍作修改下面的shell脚本, 在apt-get 的时候,另开一个终端运行
# 假设放在了~/Downloads/wine-fonts
# 需要确保存在: ~/Downloads/wine-fonts/*.exe
sudo cp ~/Downloads/wine-fonts/*.exe /tmp/$(ls /tmp | grep mscorefonts-)
附件太大,传不上来,baidu链 提取:ecjt
https://pan.baidu.com/s/1sQiWTWaRudAkvDHnvg87dw