Difference between revisions of "Red Hat Registration"

From MyWiki
Jump to: navigation, search
Line 2: Line 2:
 
or <br>
 
or <br>
 
subscription-manager list ( to see the current machine ) <br><br>
 
subscription-manager list ( to see the current machine ) <br><br>
Check for software updates - gpk-update-viewer
+
Check for software updates - gpk-update-viewer<br>
Update the operating system - yum update
+
Update the operating system - yum update<br>
Install a specific package - yum install vsftpd
+
Install a specific package - yum install vsftpd<br>
To update a specific package - yum update bind
+
To update a specific package - yum update bind<br>

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