The vzpkg update
command is used to update the following components of a container:
- OS EZ template
- application EZ templates
- YUM software groups
- individual software packages
Syntax.
vzpkg update [<options>] <CT_name> [<object> [...]]
Table 3.33. Options
Name | Description |
---|---|
| Makes the |
| If the elapsed time from the last |
| Updates the packages installed in the container by using the |
| Updates the YUM software group in the container. The |
| Forces the EZ template/package update procedure. |
| Simulates the same operations as |
| Sets the debugging level to one of the specified values (from 0 to 10). 10 is the highest debug level and 0 sets the debug level to its minimal value. |
| Disables logging to the screen and to the log file. |
Without any options specified, vzpkg update
updates all EZ templates (including the OS EZ template) in the specified container. However, you can make the command update a particular EZ template by specifying its name as <object>
. You can also use the -p
or -g
option to update YUM software groups or individual software packages in the container.