Redhat Subscription for free life time:
If you want to download and install any packages using yum, you need to have red-had subscription, which is paid and for developers 60 days free trail is avilable.So we are going to use temp mails for using free life time.
Follow below steps:
1.Open the tempmails site or any other temporary mails site and copy the mail.
2.Navigate to redhat developers portal by clicking here
3.Create a new developer account and verify account by clicking on verification link sent to temporary mail.
4.Open the Redhat Machine Terminal and switch to root user and use below commands:
$subscription-manger register
-Then enter user name and password which you cretaed in step 3
$subscription-manager attch --auto
$yum repolist
This is used to see enabled repositories
You have successfully registered for redhat subscription and you had a active repository now you can use yum for patching and installing other softwares.
-----------------------
Renew subscripion:
sudo subscription-manager remove --all
sudo subscription-manager unregister
sudo subscription-manager clean
sudo subscription-manager register
sudo subscription-manager refresh
sudo subscription-manager attach --auto
0 Comments