v20升级出现问题,求助
Tofloor
poster avatar
yohow
deepin
2020-04-17 00:50
Author
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。
有 2 个软件包没有被完全安装或卸载。
解压缩后会消耗 0 B 的额外空间。
正在设置 mincores-dkms (0.2.4+c1-1) ...
Removing old mincores-0.2.0 DKMS files...

------------------------------
Deleting module version: 0.2.0
completely from the DKMS tree.
------------------------------
Done.
Loading new mincores-0.2.0 DKMS files...
Building for 5.2.21-050221-generic
Building initial module for 5.2.21-050221-generic
Error! Bad return status for module build on kernel: 5.2.21-050221-generic (x86_64)
Consult /var/lib/dkms/mincores/0.2.0/build/make.log for more information.
dpkg: 处理软件包 mincores-dkms (--configure)时出错:
已安装 mincores-dkms 软件包 post-installation 脚本 子进程返回错误状态 10
dpkg: 依赖关系问题使得 warm-sched 的配置工作不能继续:
warm-sched 依赖于 mincores-dkms;然而:
  软件包 mincores-dkms 尚未配置。

dpkg: 处理软件包 warm-sched (--configure)时出错:
依赖关系问题 - 仍未被配置
在处理时有错误发生:
mincores-dkms
warm-sched
E: Sub-process /usr/bin/dpkg returned an error code (1)

我无论是安装还是删除软件都会提示这个错误,应该怎么去配置 mincores-dkms 求大神支招

Reply Favorite View the author
All Replies
avatar
jingle
deepin
2020-04-17 01:02
#1
去wiki页面搜索 error code 有解决办法
Reply View the author
avatar
heham
deepin
2020-04-17 01:18
#2
我去,我也是那样,直接全新安装了,很快
Reply View the author
avatar
走钢丝
deepin
2020-04-17 01:42
#3
Reply View the author
avatar
yohow
deepin
2020-04-17 02:27
#4
谢谢各位,按照教程解决了。
Reply View the author
avatar
gzhunter
deepin
2020-04-18 18:14
#5
15.11直接更新到V20:
1、终端执行:
sudo dedit /etc/apt/sources.list
并替换更新源
deb [by-hash=force] http://community-packages.deepin.com/deepin/ apricot main contrib non-free
#deb-src http://community-packages.deepin.com/deepin/ apricot main contrib non-free
2、
终端执行:sudo apt-get update &&sudo apt-get dist-upgrade -y
3、控制中心点击更新。
Reply View the author