Skip to content

Instantly share code, notes, and snippets.

@nextlevelshit
Last active December 16, 2019 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nextlevelshit/0e0adf1a8122646c6ab9babf129b6c61 to your computer and use it in GitHub Desktop.
Save nextlevelshit/0e0adf1a8122646c6ab9babf129b6c61 to your computer and use it in GitHub Desktop.
Removing VirtualBox on Ubuntu 18.04.3
  1. Removing package with apt-get
sudo apt-get remove --purge virtualbox 
  1. Deleting virtual machines
sudo rm ~/"VirtualBox VMs" -Rf
sudo rm ~/.config/VirtualBox/ -Rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment