Yum skip-broken to work around the problem

1 Min Read

Yum skip-broken to work around the problem. When you issue the command yum on CentOS server / RHEL , the message below appears and you can not continue with the next installation steps:

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.

Run the below command to install the yum utilities if never installed and clean up the list of fastest mirrors:

1. Run Yum install :

yum install -y yum-utils

2. Run the following commands:

[root@server ~]# yum clean all
Loaded plugins: fastestmirror
Cleaning up Everything
Cleaning up list of fastest mirrors
Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Exit mobile version