π ~1 min read
Table of contents
Symptom & Impact
dnf cannot find packages or updates because required repos are unavailable.
Environment & Reproduction
Typically follows subscription refresh issues or entitlement expiry.
subscription-manager status
dnf repolist
subscription-manager repos --list-enabled
Root Cause Analysis
Consumer identity drift, expired subscriptions, or incorrect release locking can disable repos.
Quick Triage
Check entitlement state and active repo IDs.
subscription-manager identity
subscription-manager list --consumed
subscription-manager release --show
Step-by-Step Diagnosis
Validate attached pools and map required repo channels.
subscription-manager repos --list
subscription-manager syspurpose
cat /etc/yum.repos.d/redhat.repo

Solution – Primary Fix
Refresh subscription and enable required RHEL 10 repositories.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
subscription-manager refresh
subscription-manager repos --enable=rhel-10-for-x86_64-baseos-rpms
subscription-manager repos --enable=rhel-10-for-x86_64-appstream-rpms
dnf clean all

Solution – Alternative Approaches
Re-register system when identity corruption is detected.
subscription-manager unregister
subscription-manager register --auto-attach
Verification & Acceptance Criteria
Enabled repo list includes required channels and package operations succeed.
subscription-manager repos --list-enabled
dnf makecache --refresh
dnf check-update
Rollback Plan
Restore prior release lock and repo enablement if app certification requires specific channels.
subscription-manager release --set=10.0
subscription-manager repos --disable='*'
Prevention & Hardening
Continuously monitor entitlement status and repo drift.
subscription-manager status
systemctl status rhsmcertd
Related Errors & Cross-Refs
Frequently occurs with proxy auth failures and certificate trust issues.
Related tutorial: View the step-by-step tutorial for rhel-10.
View all rhel-10 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
Red Hat subscription-manager and repository lifecycle guidance.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.