Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
金山词霸安装失败导致所有软件安装出现问题
Apps Section
685
views ·
3
replies ·
To
floor
Go
zax71921
deepin
2020-08-06 07:35
Author
本帖最后由 zax71921 于 2020-8-12 19:15 编辑
dpkg: error processing package ttf-mscorefonts-installer (--configure):
installed ttf-mscorefonts-installer package post-installation script subprocess returned error exit status 1
Setting up com.kingsoft.powerword (1.2) ...
Processing triggers for deepin-app-store (5.6.3.16+c4-1) ...
begin triggered appstore
end triggered appstore
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for fontconfig (2.13.1-2) ...
Errors were encountered while processing:
ttf-mscorefonts-installer
采用
$ cd /var/lib/dpkg
$ sudo mv info info.bak
$ sudo mkdir info
$ sudo dpkg --configure -a
$ sudo apt-get install -f
$ sudo mv /var/lib/dpkg/info/* /var/lib/dpkg/info.bak
$ sudo rm -rf /var/lib/dpkg/info
$ sudo mv /var/lib/dpkg/info.bak /var/lib/dpkg/info
解决问题
Reply
Like 0
Favorite
View the author
All Replies
jingle
deepin
2020-08-06 15:20
#1
还是字体包的问题
Reply
Like 0
View the author
Jack
deepin
2020-08-06 17:48
#2
如果是查询单词的话,推荐使用 utool 里面有沙拉查词插件,集合了几大词典,查单词很方便。
Reply
Like 0
View the author
jingle
deepin
2020-08-06 18:05
#3
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
dpkg: error processing package ttf-mscorefonts-installer (--configure):
installed ttf-mscorefonts-installer package post-installation script subprocess returned error exit status 1
Setting up com.kingsoft.powerword (1.2) ...
Processing triggers for deepin-app-store (5.6.3.16+c4-1) ...
begin triggered appstore
end triggered appstore
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for fontconfig (2.13.1-2) ...
Errors were encountered while processing:
ttf-mscorefonts-installer
采用