Uninstall the VirtualBox guest addition on CentOS 7?
I'm trying to uninstall the VirtualBox guest addition for a CentOS virtual machine.
How do I do so?
Open a terminal and enter the following commands:
cd /media
cd VBOXADDITIONS_4.1.12_77218
sudo sh VBoxLinuxAdditions.run uninstall
This should uninstall vbox guest-additions
PS Please do some research on your own for next time because I found answer to your question through simply googling your question title Here I found answer to your question