In this lab, you will:
In this task, you use the yum package manager to update and upgrade the machine, including relevant security packages.
NoteYou may have to use sudo to complete this task if you are not root.
To validate that you are in the companyA home folder, enter pwd
and press Enter.
If you are not in this folder, enter cd companyA
and press Enter.
To query repositories for available updates, enter sudo yum -y check-update
and press Enter.
To apply security-related updates, enter sudo yum update --security
and press Enter.
To apply security-related updates, enter sudo yum update --security
and press Enter.
To update packages, enter sudo yum -y upgrade
and press Enter.