wps 无法安装 求助(这是关键词,方便搜索)
Tofloor
poster avatar
Hello
deepin
2020-07-04 05:45
Author
sudo apt install ./ttf-mscorefonts-installer_3.8_all.deb
安装完成依赖问题就没有了
Reply Favorite View the author
All Replies
avatar
tangjianhua909
deepin
2020-07-04 05:50
#1
用官方商店安装呀,挺顺利的
Reply View the author
avatar
SamLukeYes
deepin
2020-07-04 05:52
#2
https://bbs.deepin.org/post/196681
用官方商店安装呀,挺顺利的

这个问题不是必定发生的。如果你网络环境比较好,能够顺利访问sourceforge,从应用商店安装就没问题。
Reply View the author
avatar
Hello
deepin
2020-07-19 18:12
#3
我发这个帖子没一个人看。。回复都不回复,出问题又不搜索。。。。。。。。。。。。真的。。。。。。。我真的气
Reply View the author
avatar
Hello
deepin
2020-07-19 18:13
#4
顶一下。。。。。。。请不要再提问wps了。。。。。。。。。
Reply View the author
avatar
观摩
deepin
2020-07-19 20:57
#5
WPS我一直都是从官网下载最新的deb安装,没遇到这个问题
Reply View the author
avatar
jorlu96
deepin
2020-07-20 01:17
#6
顶一下!
Reply View the author
avatar
Anysets
deepin
2020-07-20 14:58
#7
帮顶,看来在wps问题解决之前这个帖子还得多顶顶
Reply View the author
avatar
mcaoser
deepin
2020-07-21 09:26
#8
应用商店管理人员应该看一看这个帖子,在商店里对应用详情做出类似说明
Reply View the author
avatar
Guumi
deepin
2020-07-21 15:41
#9

商店安装也报错哦。。。

Reply View the author
avatar
Hello
deepin
2020-07-21 17:30
#10
https://bbs.deepin.org/post/196681
商店安装也报错哦。。。

它又搞了一个新的依赖。。。。这我服了
Reply View the author
avatar
Hello
deepin
2020-07-21 17:31
#11
https://bbs.deepin.org/post/196681
商店安装也报错哦。。。

不是。sudo apt install -f修复一遍。。。。这个只是商店的apt有些问题而已,无法覆盖
Reply View the author
avatar
nullpointer
deepin
2020-07-21 18:40
#12
https://bbs.deepin.org/post/196681
商店安装也报错哦。。。

dpkg -l |grep wps 看下有没有安装其他版本,如果有, apt-get remove 掉
然后清理下
sudo apt-get --purge autoremove
更新源
sudo apt-get update
之后从商店安装或者命令行搜索
apt-cache search wps
然后安装
sudo apt-get install cn.wps.wps-office
Reply View the author