Difference between revisions of "Red Hat Registration"

From MyWiki
Jump to: navigation, search
(Created page with "subscription-manager list --available --all <br> or <br> subscription-manager list ( to see the current machine ) <br>")
 
Line 1: Line 1:
 
subscription-manager list --available --all <br>
 
subscription-manager list --available --all <br>
 
or <br>
 
or <br>
subscription-manager list ( to see the current machine ) <br>
+
subscription-manager list ( to see the current machine ) <br><br>
 +
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

Revision as of 08:49, 11 September 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