Site Tools


linux:redhat:troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:redhat:troubleshooting [2019/10/07 13:46] lunetikklinux:redhat:troubleshooting [2019/10/07 13:48] lunetikk
Line 17: Line 17:
 >Verify your yum cache is up to date with the repo >Verify your yum cache is up to date with the repo
  
-       # yum clean all+><code># yum clean all</code>
  
 >List out all the packages and check to see if everything is available that you need available >List out all the packages and check to see if everything is available that you need available
-       # yum list all --showduplicates +><code># yum list all --showduplicates 
->        # yum list <package> --showduplicates+# yum list <package> --showduplicates</code>
  
 >Verify there are no excludes or version locks applied to your system >Verify there are no excludes or version locks applied to your system
-       # grep exclude /etc/yum.conf +><code> 
->        # yum versionlock list +# grep exclude /etc/yum.conf 
->        # subscription-manager release+# yum versionlock list 
 +# subscription-manager release</code>
  
 >Check for pre-existing problems in the rpm database >Check for pre-existing problems in the rpm database
-><code>        # yum check +><code> 
->        # package-cleanup --dupes +# yum check 
->        # package-cleanup --problems</code>+# package-cleanup --dupes 
 +# package-cleanup --problems</code>
  
 >Rebuild the database with >Rebuild the database with
-        rpm --rebuilddb+><code># rpm --rebuilddb</code> 
 + 
  
 >Removing the Conflicting Packages >Removing the Conflicting Packages
linux/redhat/troubleshooting.txt · Last modified: 2019/10/07 13:49 by lunetikk