yum install PHP php-devel安装php时遇见报错 Error: libzip5-tools conflicts with libzip-0.10.1-8.el7.x86_64 You could try using -
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 libziplibzip5.x86_64 1.5.2-1.el7.remi @/libzip5-1.5.2libzip5-devel.x86_64 1.5.2-1.el7.remi @/libzip5-devel-1.5.2libzip5-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也一样
来源地址:https://blog.csdn.net/wow0524/article/details/128122545
--结束END--
本文标题: 解决报错Error: libzip5-tools conflicts with libzip-0.10.1-8.el7.x86_64
本文链接: https://lsjlt.com/news/403702.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0