Updating All Components
The easiest way to update all components of the Parallels Cloud Server software is to simply run the
yum update
command. When executed, this command tells the
yum
utility to do the following:
-
Access the Parallels remote repositories.
-
Check for available updates for the Parallels Cloud Server kernel, utilities, libraries, and EZ templates.
-
Install the found updates on your system.
Note that the
yum
utility can only update the packages that are already installed on the server. So if a package is not available on your system, you first need to install the package using the
yum install
command.
|