CentOS installation solution when the rpm package conflicts

Problem: When you install rpm package, there are mistakes:

错误:依赖检测失败:
        mysql57-community-release 与 (已安裝) mysql80-community-release-el8-1.noarch 冲突

Solution:

Enter the following command to remove the installed components:

# yum -y remove mysql80-community-release-el8-1.noarch

View the installed components:

# rpm -qa | grep -i mysql

Guess you like

Origin www.cnblogs.com/feilstar/p/12652644.html