The vzpkg localupdate
command is used to update the software packages installed inside your container(s) by means of the vzpkg install
or vzpkg localinstall
commands.
Syntax.
vzpkg localupdate [<options>] <CT_name> <rpm_file_path> [...]
Table 3.42. Options
Name | Description |
---|---|
| When handling the package interdependencies, makes the |
| If the elapsed time from the last |
| 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. |
When executed, vzpkg localupdate
compares the file on the server the full path to which is specified as <rpm_file_path>
with the corresponding package inside the container with the name <CT_name>
and updates it, if necessary. You may specify a number of packages at once to be updated inside your container.