VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage_extpack.xml@ 56410

Last change on this file since 56410 was 56410, checked in by vboxsync, 10 years ago

space

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage extpack
4
5 Copyright (C) 2006-2015 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.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
16<refentry id="vboxmanage-extpack" lang="en">
17
18 <refentryinfo>
19 <pubdate>$Date: 2015-06-14 03:40:05 +0000 (Sun, 14 Jun 2015) $</pubdate>
20 <title>VBoxManage extpack</title>
21 </refentryinfo>
22
23 <refmeta>
24 <manvolnum>1</manvolnum>
25 </refmeta>
26
27 <refnamediv>
28 <refname>VBoxManage-extpack</refname>
29 <refpurpose>extension package management</refpurpose>
30 <refclass>Oracle VM VirtualBox</refclass>
31 </refnamediv>
32
33 <refsynopsisdiv>
34 <cmdsynopsis id="synopsis-vboxmanage-extpack-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
35 <command>VBoxManage extpack install</command>
36 <arg>--replace</arg>
37 <arg choice="req"><replaceable>tarball</replaceable></arg>
38 </cmdsynopsis>
39 <cmdsynopsis id="synopsis-vboxmanage-extpack-uninstall">
40 <command>VBoxManage extpack uninstall</command>
41 <arg>--force</arg>
42 <arg choice="req"><replaceable>name</replaceable></arg>
43 </cmdsynopsis>
44 <cmdsynopsis id="synopsis-vboxmanage-extpack-cleanup">
45 <command>VBoxManage extpack cleanup</command>
46 </cmdsynopsis>
47 </refsynopsisdiv>
48
49 <refsect1>
50 <title>Description</title>
51
52 <refsect2 id="vboxmanage-extpack-install">
53 <cmdsynopsis>
54 <command>VBoxManage extpack install</command>
55 <arg>--replace</arg>
56 <arg choice="req"><replaceable>tarball</replaceable></arg>
57 </cmdsynopsis>
58 <para>
59 Installs a new extension pack on the system. This command will fail if an older
60 version of the same extension pack is already installed. The
61 <option>--replace</option> option can be used to uninstall any
62 old package before the new one is installed.
63 </para>
64 <variablelist>
65 <varlistentry>
66 <term><option>--replace</option></term><listitem><para>Uninstall existing extension pack version.</para></listitem>
67 </varlistentry>
68 <varlistentry>
69 <term><replaceable>tarball</replaceable></term>
70 <listitem>
71 <para>The file containing the extension pack to be installed.</para>
72 </listitem>
73 </varlistentry>
74 </variablelist>
75 </refsect2>
76
77 <refsect2 id="vboxmanage-extpack-uninstall">
78 <cmdsynopsis>
79 <command>VBoxManage extpack uninstall</command>
80 <arg>--force</arg>
81 <arg choice="req"><replaceable>name</replaceable></arg>
82 </cmdsynopsis>
83 <para>
84 Uninstalls an extension pack from the system. The subcommand will also succeed
85 in the case where the specified extension pack is not present on the system.
86 You can use <computeroutput>VBoxManage list extpacks</computeroutput> to show
87 the names of the extension packs which are currently installed.
88 </para>
89 <variablelist>
90 <varlistentry>
91 <term><option>--force</option></term>
92 <listitem>
93 <para>Overrides most refusals to uninstall an extension pack</para>
94 </listitem>
95 </varlistentry>
96 <varlistentry>
97 <term><replaceable>name</replaceable></term>
98 <listitem>
99 <para>The name of the extension pack to be uninstalled.</para>
100 </listitem>
101 </varlistentry>
102 </variablelist>
103 </refsect2>
104
105 <refsect2 id="vboxmanage-extpack-cleanup">
106 <cmdsynopsis>
107 <command>VBoxManage extpack cleanup</command>
108 </cmdsynopsis>
109 <para>
110 Used to remove temporary files and directories that may have been left behind
111 if a previous install or uninstall command failed.
112 </para>
113 </refsect2>
114
115 </refsect1>
116
117 <refsect1>
118 <title>Examples</title>
119 <remark role="help-scope" condition="EXTPACK_UNINSTALL,EXTPACK"/>
120 <para>
121 How to list extension packs:
122<screen>$ VBoxManage list extpacks
123Extension Packs: 1
124Pack no. 0: Oracle VM VirtualBox Extension Pack
125Version: 4.1.12
126Revision: 77218
127Edition:
128Description: USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000 support.
129VRDE Module: VBoxVRDP
130Usable: true
131Why unusable:</screen></para>
132
133 <para>How to remove an extension pack:
134<screen>$ VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"
1350%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
136Successfully uninstalled "Oracle VM VirtualBox Extension Pack".</screen></para>
137 </refsect1>
138
139</refentry>
140
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