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.
解决:
yum clean all
rpm --rebuilddb
yum update
本文介绍了使用YUM清理命令(如`yum clean all`、`rpm --rebuilddb`和`yum update`)解决Linux系统中YUM和RPM包管理问题的方法。通过执行特定的命令,可以有效解决包冲突、重复安装和数据库重建等问题,确保系统软件包的稳定性和安全性。
5335

被折叠的 条评论
为什么被折叠?



