[System Installation] 系统更新卡住了,哪位大神给指点下。谢谢。
Tofloor
poster avatar
dgenharry
deepin
2022-03-27 04:26
Author

image.png

Reply Favorite View the author
All Replies
andktan
deepin
2022-03-27 04:49
#1

用终端更新试试

sudo apt update && sudo apt upgrade

Reply View the author
jjcui8595
deepin
2022-03-27 04:49
#2

终端更新看看什么情况

Reply View the author
海天鹰
deepin
2022-03-27 07:14
#3

控制中心的更新太鸡肋了~

Reply View the author
Ziggy
deepin
2022-03-27 08:21
#4

写的很清晰,依赖错误。软件安装过程和系统升级过程不要强制中断,乱装非应用商店以外的包也有几率破坏依赖。pkexec dpkg --configure -a && pkexec apt -f install一般可以修复。

Reply View the author
deepin-superuser
deepin
2022-03-27 16:11
#5
海天鹰

控制中心的更新太鸡肋了~

依赖错误的时候应该自己尝试解决一下,解决不了了再提示出来

Reply View the author
186******17
deepin
2022-03-27 17:13
#6

优先使用终端命令更新,见沙发的命令

Reply View the author
zhshuixian
deepin
2022-03-27 17:35
#7
186******17

优先使用终端命令更新,见沙发的命令

哈哈哈 用终端的命令更新也一样, 黑屏死机了,然后就是依赖错误。

Reply View the author
zhshuixian
deepin
2022-03-27 17:59
#8

用命令行显示这个

Checking init scripts...

进度:[  2%] [##.................................................................................................]      Module:  deepin-anything
Version: 0.0
Kernel:  5.10.83-amd64-desktop (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

vfs_monitor.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.10.83-amd64-desktop/updates//
rmdir: 删除 'updates/' 失败: 目录非空
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...Connection to 192.168.31.96 closed by remote host.
Connection to 192.168.31.96 closed.

再次更新显示这个

sudo apt upgrade
E: dpkg 被中断,您必须手工运行 ‘sudo dpkg --configure -a’ 解决此问题。

然后提示:

在处理时有错误发生:
 deepin-anything-dkms

喜大普奔, 执行下面的命令 再次更新 总算成功了。 注意得 ssh 远程,不然屏幕直接黑屏 完全用不了。

pkexec dpkg --configure -a && pkexec apt -f install
sudo apt install  deepin-anything-dkms
Reply View the author
186******17
deepin
2022-03-29 04:41
#9
zhshuixian

哈哈哈 用终端的命令更新也一样, 黑屏死机了,然后就是依赖错误。

怎么样,搞定没

Reply View the author
zhshuixian
deepin
2022-03-30 04:07
#10
186******17

怎么样,搞定没

搞定了 上面有说

Reply View the author