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:

  1. Access the remote Virtuozzo repositories.

  2. Check for available updates for the VzLinux kernel, utilities, libraries.

  3. Install the available updates to your system.

To update one or more specific packages, run

# yum update <package1> ... <packageN>