1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="additions-linux-uninstall">
|
---|
4 | <title>Uninstalling the Linux Guest Additions</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | If you have a version of the Guest Additions installed on your
|
---|
9 | virtual machine and wish to remove it without installing new
|
---|
10 | ones, you can do so by inserting the Guest Additions CD image
|
---|
11 | into the virtual CD-ROM drive as described above. Then run the
|
---|
12 | installer for the current Guest Additions with the
|
---|
13 | <codeph>uninstall</codeph> parameter from the path that the
|
---|
14 | CD image is mounted on in the guest, as follows:
|
---|
15 | </p>
|
---|
16 | <pre xml:space="preserve">sh ./VBoxLinuxAdditions.run uninstall</pre>
|
---|
17 | <p>
|
---|
18 | While this will normally work without issues, you may need to
|
---|
19 | do some manual cleanup of the guest in some cases, especially
|
---|
20 | of the XFree86Config or xorg.conf file. In particular, if the
|
---|
21 | Additions version installed or the guest operating system were
|
---|
22 | very old, or if you made your own changes to the Guest
|
---|
23 | Additions setup after you installed them.
|
---|
24 | </p>
|
---|
25 | <p>
|
---|
26 | You can uninstall the Additions as follows:
|
---|
27 | </p>
|
---|
28 | <pre xml:space="preserve">/opt/VBoxGuestAdditions-<varname>version</varname>/uninstall.sh</pre>
|
---|
29 | <p>
|
---|
30 | Replace
|
---|
31 | <filepath>/opt/VBoxGuestAdditions-<varname>version</varname></filepath>
|
---|
32 | with the correct Guest Additions installation directory.
|
---|
33 | </p>
|
---|
34 | </body>
|
---|
35 |
|
---|
36 | </topic>
|
---|