Difference between revisions of "Red Hat Registration"
From MyWiki
Line 6: | Line 6: | ||
Install a specific package - yum install vsftpd<br> | Install a specific package - yum install vsftpd<br> | ||
To update a specific package - yum update bind<br> | To update a specific package - yum update bind<br> | ||
+ | |||
+ | '''Checking a certificate :'''<br> | ||
+ | openssl s_client -connect xmlrpc.rhn.redhat.com:443 -CAfile /usr/share/rhn/RHNS-CA-CERT<br> |
Revision as of 11:21, 6 November 2015
subscription-manager list --available --all
or
subscription-manager list ( to see the current machine )
Check for software updates - gpk-update-viewer
Update the operating system - yum update
Install a specific package - yum install vsftpd
To update a specific package - yum update bind
Checking a certificate :
openssl s_client -connect xmlrpc.rhn.redhat.com:443 -CAfile /usr/share/rhn/RHNS-CA-CERT