[System Installation] 命令行 和 控制中心 更新都不成功,什么原因?
Tofloor
poster avatar
famo
deepin
2021-07-29 05:44
Author

1)# sudo apt upgrade   报错

Done.

Loading new anbox-1 DKMS files...

Building for 5.11.1-amd64-desktop

Building initial module for 5.11.1-amd64-desktop

Error! Bad return status for module build on kernel: 5.11.1-amd64-desktop (x86_64)

Consult /var/lib/dkms/anbox/1/build/make.log for more information.

dpkg: 处理软件包 uengine-modules-dkms (--configure)时出错:

 已安装 uengine-modules-dkms 软件包 post-installation 脚本 子进程返回错误状态 10

dpkg: 依赖关系问题使得 uengine 的配置工作不能继续:

 uengine 依赖于 uengine-modules-dkms;然而:

  软件包 uengine-modules-dkms 尚未配置。

 

dpkg: 处理软件包 uengine (--configure)时出错:

 依赖关系问题 - 仍未被配置

在处理时有错误发生:

 grub-efi-amd64-signed

 uengine-modules-dkms

 uengine

E: Sub-process /usr/bin/dpkg returned an error code (1)

 

2) 控制中心更新失败

 

Reply Favorite View the author
All Replies
说书人
deepin
2021-07-29 06:45
#1

看来我选择暂不安装 uengine 的决定是正确的,暂时也用不着安卓应用

Reply View the author
deepinuser17
deepin
2021-07-29 06:53
#2

最新的20.2.2版本, 已经不再使用内核5.11.1版本了.

 

可以运行以下命令清理不需要的软件:

sudo apt autoremove

 

如果仍然有问题, 手动卸载内核5.11.1.

Reply View the author
qazqq
deepin
2021-07-29 16:11
#3

同问题

 

Reply View the author
Fredoong
deepin
2021-07-29 18:34
#4
dpkg: 处理软件包 uengine-modules-dkms (--configure)时出错:

已安装 uengine-modules-dkms 软件包 post-installation 脚本 子进程返回错误状态 10

上面的报错信息里已经很明确地告诉你问题所在了。

Reply View the author
152******80
Advanced Packager
2021-08-05 00:46
#5

 必须要用5.10.36的内核

sudo apt-get install linux-headers-5.10.36-amd64-desktop linux-image-5.10.36-amd64-desktop
Reply View the author