3.2. Updating Everything¶
The easiest way to update all components of VzLinux 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 VzLinux 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 — Dec 20, 2022