[Seek Help] 安装不了WPS,微信
Tofloor
poster avatar
edmund
deepin
2021-03-12 05:18
Author
安装不了WPS,微信。   提示:The following packages have unmet dependencies:
 systemd : Depends: libsystemd0 (= 241.7.1+c2-2+dde) but 241.8.1-6+dde is installed
Reply Favorite View the author
All Replies
SamLukeYes
deepin
2021-03-12 06:04
#1
sudo apt -f install
Reply View the author
Ziggy
deepin
2021-03-12 06:04
#2

sudo apt -f install

Reply View the author
云已
deepin
2021-03-12 11:19
#3

程序包的依赖项不匹配!可以执行“sudo apt-get  -f install ”来卸载之前的冲突包。

说明:

1、sudo apt-get -f install 是修复损坏的软件包,尝试卸载出错的包,重新安装正确版本的。

2、-f 是 参数
        放在 install 前面跟后面是一样的效果
        即: " sudo apt-get -f install " equals to " sudo apt-get install -f"

Reply View the author