[Seek Help] 无法安装任何应用
Tofloor
poster avatar
atheist-007
deepin
2021-04-26 07:35
Author

刚装上的20.2,结果发现系统很卡顿,点什么都需要反应几秒,在应用商店里下载应用,都是提示依赖关系被破坏,系统检测到更新也无法下载。错误截屏

Reply Favorite View the author
All Replies
cy999
deepin
2021-04-26 07:41
#1

找到根目录后删除,重新安装即可。这种情况应该是安装软件时,强制关机或者重启,导致文件损坏。

Reply View the author
bask422
deepin
2021-04-26 07:48
#2

终端输入:for i in /var/lib/dkms/*/[^k]*/source; do [ -e "$i" ] || echo "$i";done

看看哪里报错 一步步解决问题

Reply View the author
deepin_z
deepin
2021-04-26 17:48
#3

重启之后,试试  sudo apt install -f

Reply View the author
Ziggy
deepin
2021-04-27 04:04
#4

sudo dpkg --configure -a && sudo apt -f install试试,不行的

Reply View the author