Como activar subscrição RHEL 8
Posted in: Linux

Como activar subscrição RHEL 8

subscription-manager register
subscription-manager attach --auto

Activar subscrição RHEL 8

subscription-manager register --username <username> --password <password> --auto-attach
subscription-manager attach --pool=<POOL_ID>
subscription-manager list --available
subscription-manager remove --all
subscription-manager unregister
subscription-manager clean
yum repolist
vi /etc/yum.repos.d/redhat.repo
subscription-manager repos --list
subscription-manager repos –enable=RepoID
subscription-manager repos --disable=RepoID
Back to Top