Disclaimer: Although I believe the information in this document to be accurate, it is YOUR responsibility to verify any information written within this document. By reading this document you agree this information is provided on an as-is basis, and you agree to hold no one liable in anyway for any information contained in this document. Even negligence.

Author: Ricky Bryce (Montgomery County, Illinois)


Click here to learn why Christ came to this Earth for us! Get 10% off VPSLink! Enter REFERRAL code MJDCDJ

Back to the Main Index

Install Packages/Updates


For this example, I will assume you are logged in as a standard user (a user you created with the adduser command earlier. We are going to be installing some packages, and getting some updates to your system using the “yum” command.


  1. To update packages, we'll first become the root user, which is also considered the super user. Type su from your prompt to become the super user. You will be prompted for the root password.




  1. Now, we'll update the machine. Type: yum update


  1. Type 'exit' once the update is complete to drop back to a standard user, then exit again will leave the terminal..