troubleshooting Flashcards
You’re getting a 404 error with your system when attempting to download a package from redhat
The repo file has the appropriate repos enabled
There are no issues with selinux
What do you do and what is the issue?
Syncing issue with redhat repos
Reconfigure your subscription
subscription-manager unregister
subscription-manager clean
subscription manager register
subscription-manager attach –auto
dnf clean all
Try it again
You get a 403 error when attempting to download something from your personal repository
What is the issue and how do you fix it?
Your GPG keys haven’t been imported
Check the keys that are imported
rpm -qa gpg-pubkey*
Next, import all keys over
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY*
dnf clean all