码迷,mamicode.com
首页 > 数据库 > 详细

lnmp一键安装包卸载mysql,重新安装报错mysql57-community-release conflicts with mysql-community-release-el6-5.noarch

时间:2019-07-04 00:40:30      阅读:586      评论:0      收藏:0      [点我收藏+]

标签:--nodeps   装包   x86_64   error   you   file   community   digest   --   

环境:CentOS Linux release 7.6.1810

lnmp1.5
独立下载mysql仓库
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql57-community-release-el7-10.noarch.rpm
报错
No package matched to upgrade: mysql57-community-release
--> Finished Dependency Resolution
Error: mysql57-community-release conflicts with mysql-community-release-el6-5.noarch
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

rpm -qa |grep mysql 查看有如下内容
mysql-community-release-el6-5.noarch
mysql-community-common-5.6.44-2.el6.x86_64

操作一下 卸载了
rpm -e --nodeps mysql-community-release-el6-5.noarch
rpm -e --nodeps mysql-community-common-5.6.44-2.el6.x86_64

重新升级

rpm -Uvh mysql57-community-release-el7-10.noarch.rpm

lnmp一键安装包卸载mysql,重新安装报错mysql57-community-release conflicts with mysql-community-release-el6-5.noarch

标签:--nodeps   装包   x86_64   error   you   file   community   digest   --   

原文地址:https://www.cnblogs.com/daixh/p/11129768.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!