[Newbies] 新人报道,已被依赖包虐哭
Tofloor
poster avatar
sxsn9999
deepin
2021-05-20 18:00
Author

安装应用,失败,一查缺少依赖。。。

 

更新系统,失败,依赖错误。。。

 

装得20.2.1,有没有大佬出一波新人脱坑教程

 

目前的解决办法:安装失败的一律 sudo apt update && sudo apt dist-upgrade ,按照给出的建议执行,记得加上 sudo拿root

Reply Favorite View the author
All Replies
谢克辉
deepin
2021-05-20 18:04
#1

论坛有教程,搜一下

Reply View the author
Jack
deepin
2021-05-20 18:14
#2

你把错误贴出来,大家才能帮你想办法呀

Reply View the author
sxsn9999
deepin
2021-05-20 18:17
#3

https://bbs.deepin.org/zh/post/218414

参考大佬的帖子已解决依赖问题

 检测:sudo apt update && sudo apt dist-upgrade

处理:sudo apt --fix-broken install

 

Reply View the author
大白用户
deepin
2021-05-20 18:57
#4

更新 就是sudo apt update && sudo apt upgrade

 

缺依赖包 就是 sudo apt install -f 

更新 就是sudo apt update && sudo apt upgrade

还搞不定的话 就要自己看缺什么自己去编译或者找包了

 

学一下linux基础用这个会更好

Reply View the author