返回顶部
首页 > 资讯 > 后端开发 > PHP编程 >解决报错Error: libzip5-tools conflicts with libzip-0.10.1-8.el7.x86_64
  • 635
分享到

解决报错Error: libzip5-tools conflicts with libzip-0.10.1-8.el7.x86_64

linux服务器 2023-09-11 21:09:50 635人浏览 安东尼
摘要

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

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作