VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-extpack.xml@ 85683

Last change on this file since 85683 was 83604, checked in by vboxsync, 5 years ago

man_VBoxManage-extpack: Documented the --accept-license option added in r114097.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage extpack
4
5 Copyright (C) 2006-2020 Oracle Corporation
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.virtualbox.org. This file is free software;
9 you can redistribute it and/or modify it under the terms of the GNU
10 General Public License (GPL) as published by the Free Software
11 Foundation, in version 2 as it comes in the "COPYING" file of the
12 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14 -->
15<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
16<refentry id="vboxmanage-extpack" lang="en">
17
18 <refentryinfo>
19 <pubdate>$Date: 2020-04-07 10:00:15 +0000 (Tue, 07 Apr 2020) $</pubdate>
20 <title>VBoxManage extpack</title>
21 </refentryinfo>
22
23 <refmeta>
24 <refentrytitle>VBoxManage-extpack</refentrytitle>
25 <manvolnum>1</manvolnum>
26 </refmeta>
27
28 <refnamediv>
29 <refname>VBoxManage-extpack</refname>
30 <refpurpose>extension package management</refpurpose>
31 <refclass>Oracle VM VirtualBox</refclass>
32 </refnamediv>
33
34 <refsynopsisdiv>
35 <cmdsynopsis id="synopsis-vboxmanage-extpack-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
36 <command>VBoxManage extpack install</command>
37 <arg>--replace</arg>
38 <arg>--accept-license=<replaceable>sha256</replaceable></arg>
39 <arg choice="req"><replaceable>tarball</replaceable></arg>
40 </cmdsynopsis>
41 <cmdsynopsis id="synopsis-vboxmanage-extpack-uninstall">
42 <command>VBoxManage extpack uninstall</command>
43 <arg>--force</arg>
44 <arg choice="req"><replaceable>name</replaceable></arg>
45 </cmdsynopsis>
46 <cmdsynopsis id="synopsis-vboxmanage-extpack-cleanup">
47 <command>VBoxManage extpack cleanup</command>
48 </cmdsynopsis>
49 </refsynopsisdiv>
50
51 <refsect1>
52 <title>Description</title>
53
54 <refsect2 id="vboxmanage-extpack-install">
55 <title>extpack install</title>
56 <remark role="help-copy-synopsis"/>
57 <para>
58 Installs a new extension pack on the system. This command will fail if an older
59 version of the same extension pack is already installed. The
60 <option>--replace</option> option can be used to uninstall any
61 old package before the new one is installed.
62 </para>
63 <variablelist>
64 <varlistentry>
65 <term><option>--replace</option></term><listitem><para>Uninstall existing extension pack version.</para></listitem>
66 </varlistentry>
67 <varlistentry>
68 <term><option>--accept-license=<replaceable>sha256</replaceable></option></term>
69 <listitem>
70 <para>Accept the license text with the given SHA-256 hash value.</para>
71 <para>VBoxManage will display the SHA-256 value when performing a manual
72 installation. The hash can of course be calculated by looking inside
73 the extension pack and using sha256sum or similar on the license file.</para>
74 </listitem>
75 </varlistentry>
76 <varlistentry>
77 <term><replaceable>tarball</replaceable></term>
78 <listitem>
79 <para>The file containing the extension pack to be installed.</para>
80 </listitem>
81 </varlistentry>
82 </variablelist>
83 </refsect2>
84
85 <refsect2 id="vboxmanage-extpack-uninstall">
86 <title>extpack uninstall</title>
87 <remark role="help-copy-synopsis"/>
88 <para>
89 Uninstalls an extension pack from the system. The subcommand will also succeed
90 in the case where the specified extension pack is not present on the system.
91 You can use <computeroutput>VBoxManage list extpacks</computeroutput> to show
92 the names of the extension packs which are currently installed.
93 </para>
94 <variablelist>
95 <varlistentry>
96 <term><option>--force</option></term>
97 <listitem>
98 <para>Overrides most refusals to uninstall an extension pack</para>
99 </listitem>
100 </varlistentry>
101 <varlistentry>
102 <term><replaceable>name</replaceable></term>
103 <listitem>
104 <para>The name of the extension pack to be uninstalled.</para>
105 </listitem>
106 </varlistentry>
107 </variablelist>
108 </refsect2>
109
110 <refsect2 id="vboxmanage-extpack-cleanup">
111 <title>extpack cleanup</title>
112 <remark role="help-copy-synopsis"/>
113 <para>
114 Used to remove temporary files and directories that may have been left behind
115 if a previous install or uninstall command failed.
116 </para>
117 </refsect2>
118
119 </refsect1>
120
121 <refsect1>
122 <title>Examples</title>
123 <remark role="help-scope" condition="EXTPACK_UNINSTALL,EXTPACK"/>
124 <para>
125 How to list extension packs:
126<screen>$ VBoxManage list extpacks
127Extension Packs: 1
128Pack no. 0: Oracle VM VirtualBox Extension Pack
129Version: 4.1.12
130Revision: 77218
131Edition:
132Description: USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support.
133VRDE Module: VBoxVRDP
134Usable: true
135Why unusable:</screen></para>
136
137 <para>How to remove an extension pack:
138<screen>$ VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"
1390%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
140Successfully uninstalled "Oracle VM VirtualBox Extension Pack".</screen></para>
141 </refsect1>
142
143</refentry>
144
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette