3.2. Updating Everything¶
The easiest way to update all components of Virtuozzo Linux is to run
# yum update
When executed, this command instructs the yum
utility to do the following:
Access the remote Virtuozzo repositories.
Check for available updates for the Virtuozzo Linux kernel, utilities, libraries.
Install the available updates to your system.
To update one or more specific packages, run
# yum update <package1> ... <packageN>
Version 9.0 — Mar 23, 2022