从15.1升级到最新系统用命令更新时出这提示,怎么解决依赖
Tofloor
poster avatar
zhang600521
deepin
2019-08-19 02:12
Author
dpkg: error processing package perl-modules-5.26 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
perl-modules-5.26
E: Sub-process /usr/bin/dpkg returned an error code (1)


Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2019-08-19 14:39
#1
深度系统修复工具,或者在wiki. deepin. org里面搜索error code
Reply View the author
avatar
189******44
deepin
2019-08-19 17:05
#2
apt-get download perl-modules-5.26
sudo dpkg -i perl-modules-5.26{文件名补全}.deb
Reply View the author
avatar
zhang600521
deepin
2019-08-19 23:19
#3
https://bbs.deepin.org/post/182020
apt-get download perl-modules-5.26
sudo dpkg -i perl-modules-5.26{文件名补全}.deb

找不到源!
E: Can't find a source to download version '5.26.2-5' of 'perl-modules-5.26:amd64'
Reply View the author
avatar
走钢丝
deepin
2019-08-19 23:45
#4
用什么命令升级的?估计用错命令了吧。
Reply View the author
avatar
zhang600521
deepin
2019-08-19 23:50
#5
https://bbs.deepin.org/post/182020
用什么命令升级的?估计用错命令了吧。

sudo apt-get download perl-modules-5.26这个命令升级的
Reply View the author
avatar
走钢丝
deepin
2019-08-19 23:52
#6
https://bbs.deepin.org/post/182020
sudo apt-get download perl-modules-5.26这个命令升级的

可你不是升级系统的吗?这个命令不是升级系统的吧?
Reply View the author
avatar
Darling-Lee
deepin
2019-08-19 23:57
#7
https://bbs.deepin.org/post/182020
深度系统修复工具,或者在wiki. deepin. org里面搜索error code

一般返回值为0即正常,返回值为1即出错,搜索错误码1基本无意义
Reply View the author
avatar
zhang600521
deepin
2019-08-20 00:02
#8
https://bbs.deepin.org/post/182020
可你不是升级系统的吗?这个命令不是升级系统的吧?

sudo apt-get update && sudo apt-get dist-upgrade -y这个命令下载的包,安装过程中出现我现在问的这个问题
Reply View the author
avatar
走钢丝
deepin
2019-08-20 00:08
#9
https://bbs.deepin.org/post/182020
sudo apt-get update && sudo apt-get dist-upgrade -y这个命令下载的包,安装过程中出现我现在问的这个 ...

那就不知道了。以前用 sudo apt update && sudo apt upgrade -y 从 15.3 升级到最新版时出过这个问题,但 sudo apt dist-upgrade -y 就没事。另外控制中心升级也没事。
Reply View the author
avatar
走钢丝
deepin
2019-08-20 00:17
#10
我这边搜索此包的情况如下



应该有 5.24 的版本,你的 5.26 是 unstable 的吧?这边 stable 中,sudo apt download perl-modules-5.24 是没问题的。
Reply View the author
avatar
zhang600521
deepin
2019-08-20 00:26
#11
https://bbs.deepin.org/post/182020
我这边搜索此包的情况如下

Sorting... Done
Full Text Search... Done
libperl5.22/now 5.22.1-4 amd64 [installed,local]
  shared Perl library

perl-base/now 5.26.2-5 amd64 [installed,local]
  minimal Perl system

perl-modules-5.22/now 5.22.1-4 all [installed,local]
  Core Perl modules

perl-modules-5.26/now 5.26.2-5 all [installed,local]
  Core Perl modules

我这边是这样的
Reply View the author
avatar
zhang600521
deepin
2019-08-20 00:27
#12
https://bbs.deepin.org/post/182020
我这边搜索此包的情况如下

这样是已经安装好了吧?
Reply View the author
avatar
走钢丝
deepin
2019-08-20 00:32
#13
https://bbs.deepin.org/post/182020
这样是已经安装好了吧?

是的,显示已经安装了。
Reply View the author
avatar
zhang600521
deepin
2019-08-20 00:57
#14
https://bbs.deepin.org/post/182020
是的,显示已经安装了。

我用sudo apt full-upgrade这个命令再走一遍试试,看行不行!
Reply View the author
avatar
189******44
deepin
2019-08-20 01:13
#15
https://bbs.deepin.org/post/182020
Sorting... Done
Full Text Search... Done
libperl5.22/now 5.22.1-4 amd64

你这同时安装了5.22和5.26,不知道会不会冲突
Reply View the author
avatar
189******44
deepin
2019-08-20 01:14
#16
https://bbs.deepin.org/post/182020
Sorting... Done
Full Text Search... Done
libperl5.22/now 5.22.1-4 amd64

你这同时安装了5.22和5.26,不知道会不会冲突
Reply View the author