登录

sudo yum install php-pear 和 yum install php php-devel安装php时遇见报错

Html+Css
0 103

sudo yum install php-pear 

Error: libzip5-tools conflicts with libzip-0.10.1-8.el7.x86_64

 You could try using --skip-broken to work around the problem

 You could try running: rpm -Va --nofiles --nodigest

yum install php php-devel安装php时遇见报错

Error: libzip5-tools conflicts with libzip-0.10.1-8.el7.x86_64

 You could try using --skip-broken to work around the problem

 You could try running: rpm -Va --nofiles --nodigest

解决方法:

rpm -qa|grep libzip或者yum list installed | grep libzip查询已安装的软件包

以yum list installed | grep libzip为例

[root@mmk ~]# yum list installed | grep libzip

libzip5.x86_64                          1.5.2-1.el7.remi               @/libzip5-1.5.2

libzip5-devel.x86_64                    1.5.2-1.el7.remi               @/libzip5-devel-1.5.2

libzip5-tools.x86_64                    1.5.2-1.el7.remi               @/libzip5-tools-1.5.2

[root@mmk ~]#

卸载软件包

yum autoremove libzip5.x86_64 libzip5-devel.x86_64 libzip5-tools.x86_64 

再次安装yum -y install php,成功

原安装命令yum install php php-devel也一样

文章知识点与官方知识档案匹配,可进一步学习相关知识

发表评论

0 个回复

乐哥

乐哥

25 2020-06-17 加入 中国

(这个人懒得留下签名)

热门标签

友情连接