From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-extpack.xml | 158 ++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-extpack.xml (limited to 'doc/manual/en_US/man_VBoxManage-extpack.xml') diff --git a/doc/manual/en_US/man_VBoxManage-extpack.xml b/doc/manual/en_US/man_VBoxManage-extpack.xml new file mode 100644 index 00000000..08f10d63 --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-extpack.xml @@ -0,0 +1,158 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage extpack + + + + VBoxManage-extpack + 1 + + + + VBoxManage-extpack + extension package management + &product-name; + + + + + VBoxManage extpack install + --replace + --accept-license=sha256 + tarball + + + VBoxManage extpack uninstall + --force + name + + + VBoxManage extpack cleanup + + + + + Description + + + extpack install + + + Installs a new extension pack on the system. This command will fail if an older + version of the same extension pack is already installed. The + option can be used to uninstall any + old package before the new one is installed. + + + + Uninstall existing extension pack version. + + + + + Accept the license text with the given SHA-256 hash value. + VBoxManage will display the SHA-256 value when performing a manual + installation. The hash can of course be calculated by looking inside + the extension pack and using sha256sum or similar on the license file. + + + + tarball + + The file containing the extension pack to be installed. + + + + + + + extpack uninstall + + + Uninstalls an extension pack from the system. The subcommand will also succeed + in the case where the specified extension pack is not present on the system. + You can use VBoxManage list extpacks to show + the names of the extension packs which are currently installed. + + + + + + Overrides most refusals to uninstall an extension pack + + + + name + + The name of the extension pack to be uninstalled. + + + + + + + extpack cleanup + + + Used to remove temporary files and directories that may have been left behind + if a previous install or uninstall command failed. + + + + + + + Examples + + + How to list extension packs: +$ VBoxManage list extpacks +Extension Packs: 1 +Pack no. 0: Oracle VM VirtualBox Extension Pack +Version: 4.1.12 +Revision: 77218 +Edition: +Description: USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support. +VRDE Module: VBoxVRDP +Usable: true +Why unusable: + + How to remove an extension pack: +$ VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack" +0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100% +Successfully uninstalled "Oracle VM VirtualBox Extension Pack". + + + + -- cgit v1.2.3