The vzpkg localinstall
command is used to install a software package inside a container from the corresponding file on the server.
Syntax.
vzpkg localinstall [<options>] <CT_name> <rpm_file_path> [...]
Table 3.41. 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, the command installs the package, the full path to which is specified as <rpm_file_path>, inside the container with the name <CT_name>
. You may specify multiple packages to be installed inside the container.
During its execution, vzpkg localinstall
automatically handles the interdependencies among the packages to be installed inside a container and ensures that all dependencies are satisfied. If the package dependencies cannot be resolved, the installation process will fail and the corresponding message will be displayed.