Linux使用yum安装时出现The program package-cleanup is found in the yum-utils package.解决方法

在使用yum安装的时候出现下面的提示

You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.

解决步骤用root用户输入下面的命令olution:

yum clean all
rpm --rebuilddb
yum update

再次使用yum install 安装软件,顺利完成。

你可能感兴趣的:(in,package,program,try,could,you,found,is,the,the,--problems,package-cleanup,yum-utils,package-cleanup,running:)