Failed to run the Yum utility的解决办法
错误提示:
ERROR: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
解决办法:
yum install yum-utils
yum clean all
yum clean metadata
yum check
yum-complete-transaction
package-cleanup –dupes
package-cleanup –cleandupes
回复