At RHEL8.2 Server, Error Message appeared, when I run a command yum info podman
.
This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions. No package podman available. Exiting due to strict setting. Error: No package podman available
Prerequisite
- Redhat Subscription Or RedHat Developer Account
- Internet
Solution
In my blog will use RedHat Developer Account for demonstration
- Clean Old Cache / subscription
subscription-manager remove --all subscription-manager clean yum clean all rm -rf /var/cache/yum/*
- Attach new subscription
subscription-manager register --username <redhatusernamehere> --auto-attach #Enter Password
- Result
[root@invsapp]# subscription-manager register --username invs_app@example.com --auto-attach Registering to: subscription.rhsm.redhat.com:443/subscription Password: The system has been registered with ID: 8fb58e58-ca86-4431-a071-24e2238b2fe2 The registered system name is: invsapp Installed Product Current Status: Product Name: Red Hat Enterprise Linux for x86_64 Status: Subscribed
- Check developer dashboard new vm registered
- Test
#Test dnf repolist or yum repolist
Discover more from naiwaen@DebuggingSoft
Subscribe to get the latest posts sent to your email.