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>If you have a version of the Guest Additions installed on your virtual machine and want to remove it without
|
---|
8 | installing new ones, you can do so by inserting the Guest Additions CD image into the virtual CD-ROM drive as
|
---|
9 | described above. Then run the installer for the current Guest Additions with the <codeph>uninstall</codeph>
|
---|
10 | parameter from the path that the CD image is mounted on in the guest, as follows: </p>
|
---|
11 | <pre xml:space="preserve">sh ./VBoxLinuxAdditions.run uninstall</pre>
|
---|
12 | <p>While this will normally work without issues, you may need to do some manual cleanup of the guest in some cases,
|
---|
13 | especially of the XFree86Config or xorg.conf file. In particular, if the Additions version installed or the guest
|
---|
14 | operating system were very old, or if you made your own changes to the Guest Additions setup after you installed
|
---|
15 | them. </p>
|
---|
16 | <p>You can uninstall the Additions as follows: </p>
|
---|
17 | <pre xml:space="preserve">/opt/VBoxGuestAdditions-<varname>version</varname>/uninstall.sh</pre>
|
---|
18 | <p>Replace <filepath>/opt/VBoxGuestAdditions-<varname>version</varname></filepath> with the correct Guest Additions
|
---|
19 | installation directory. </p>
|
---|
20 | </body>
|
---|
21 |
|
---|
22 | </topic>
|
---|