Table of Contents
How-to Manually Install Updates
Related Documentation:
Prerequisites
Last Updated for InterWorx version 2.1.0
No special prerequisites.
Purpose
Sometimes it may become necessary to update the system manually from the command line. This how-to will explain the process of running the yum command. Note that while the yum command is the same across different distributions of Linux, the output of yum will vary slightly between distributions.
Procedure
SSH in to the server.
suto therootuserRun:
[root@test-box ~]# yum update
You will see output similar to the following:
If there are updates to be made, you will be given a list of packages that will be updated or installed and a prompt:
Is this ok [y/N]:
Enter
yto continue with the update. Otherwise, enternto abort the update.If there are no updates to be made, you will see a message similar to:
No Packages Available for Update No actions to take
or
No Packages marked for Update/Obsoletion
