安装依赖时报错了
来源:2-26 git版本控制工具安装与配置实操(linux系统同学看这节)

慕娘8574744
2019-05-23
报错的信息如下,第一次安装的是时候死机了,再安就这样了
–> Finished Dependency Resolution
Error: Package: 4:perl-libs-5.10.1-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
Requires: perl = 4:5.10.1-141.el6_7.1
Removing: 4:perl-5.10.1-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
perl = 4:5.10.1-141.el6_7.1
Updated By: 4:perl-5.10.1-144.el6.x86_64 (base)
perl = 4:5.10.1-144.el6
Error: Package: 1:perl-Pod-Escapes-1.04-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
Requires: perl = 4:5.10.1-141.el6_7.1
Removing: 4:perl-5.10.1-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
perl = 4:5.10.1-141.el6_7.1
Updated By: 4:perl-5.10.1-144.el6.x86_64 (base)
perl = 4:5.10.1-144.el6
Error: Package: 1:perl-Module-Pluggable-3.90-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
Requires: perl = 4:5.10.1-141.el6_7.1
Removing: 4:perl-5.10.1-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
perl = 4:5.10.1-141.el6_7.1
Updated By: 4:perl-5.10.1-144.el6.x86_64 (base)
perl = 4:5.10.1-144.el6
Error: Package: 3:perl-version-0.77-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
Requires: perl = 4:5.10.1-141.el6_7.1
Removing: 4:perl-5.10.1-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
perl = 4:5.10.1-141.el6_7.1
Updated By: 4:perl-5.10.1-144.el6.x86_64 (base)
perl = 4:5.10.1-144.el6
Error: Package: 1:perl-Pod-Simple-3.13-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
Requires: perl = 4:5.10.1-141.el6_7.1
Removing: 4:perl-5.10.1-141.el6_7.1.x86_64 (@anaconda-CentOS-201605220104.x86_64/6.8)
perl = 4:5.10.1-141.el6_7.1
Updated By: 4:perl-5.10.1-144.el6.x86_64 (base)
perl = 4:5.10.1-144.el6
You could try using --skip-broken to work around the problem
** Found 11 pre-existing rpmdb problem(s), ‘yum check’ output follows:
libcurl-7.19.7-53.el6_9.x86_64 is a duplicate with libcurl-7.19.7-52.el6.x86_64
1:perl-Module-Pluggable-3.90-144.el6.x86_64 is a duplicate with 1:perl-Module-Pluggable-3.90-141.el6_7.1.x86_64
1:perl-Module-Pluggable-3.90-144.el6.x86_64 has missing requires of perl = (‘4’, ‘5.10.1’, ‘144.el6’)
1:perl-Pod-Escapes-1.04-144.el6.x86_64 is a duplicate with 1:perl-Pod-Escapes-1.04-141.el6_7.1.x86_64
1:perl-Pod-Escapes-1.04-144.el6.x86_64 has missing requires of perl = (‘4’, ‘5.10.1’, ‘144.el6’)
1:perl-Pod-Simple-3.13-144.el6.x86_64 is a duplicate with 1:perl-Pod-Simple-3.13-141.el6_7.1.x86_64
1:perl-Pod-Simple-3.13-144.el6.x86_64 has missing requires of perl = (‘4’, ‘5.10.1’, ‘144.el6’)
4:perl-libs-5.10.1-144.el6.x86_64 is a duplicate with 4:perl-libs-5.10.1-141.el6_7.1.x86_64
4:perl-libs-5.10.1-144.el6.x86_64 has missing requires of perl = (‘4’, ‘5.10.1’, ‘144.el6’)
3:perl-version-0.77-144.el6.x86_64 is a duplicate with 3:perl-version-0.77-141.el6_7.1.x86_64
3:perl-version-0.77-144.el6.x86_64 has missing requires of perl = (‘4’, ‘5.10.1’, ‘144.el6’)
1回答
-
geelylucky
2019-05-23
是安装git嘛,找个博客看一下就可以了:https://www.liaoxuefeng.com/wiki/896043488029600/896067074338496
00
相似问题