To uninstall virtualbox-guest-utils just follow these instructions.
sudo apt-get remove virtualbox-guest-utils
This will remove just the virtualbox-guest-utils package itself.
sudo apt-get remove --auto-remove virtualbox-guest-utils
This will remove the virtualbox-guest-utils package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for virtualbox-guest-utils then this will work.
sudo apt-get purge virtualbox-guest-utils
Or similarly, like this virtualbox-guest-utils
sudo apt-get purge --auto-remove virtualbox-guest-utils
Package | virtualbox-guest-utils |
Version | 4.3.36-dfsg-1+deb8u1 |
Maintainer | Debian Virtualbox Team <[email protected]> |
Home page | http://www.virtualbox.org/ |
Description | x86 virtualization solution – non-X11 guest utilities |
Distro | debian |
Release | jessie |
Repo | contrib |
Section | contrib/misc |