当前位置:Gxlcms > 数据库问题 > lnmp一键安装包卸载mysql,重新安装报错mysql57-community-release conflicts with mysql-community-release-el6-5.noarch

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

时间:2021-07-01 10:21:17 帮助过:32人阅读

环境: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   --   

人气教程排行