03 February, 2016

How to remove VirtualBox on Ubuntu Linux

To remove VirtualBox, I actually recommend running this command and not replacing * with anything (just run it exactly like so):
# sudo apt-get remove virtualbox-\*
If you want to remove global configuration files too (this does not remove your virtual machines), run exactly this instead:
# sudo apt-get purge virtualbox-\*

No comments: