remove virtualbox from ubuntu
#Uninstall VirtualBox first.
sudo apt-get remove --purge virtualbox
#Run these commands to delete all virtual machines and settings and Virtual Hard Drives:
sudo rm ~/"VirtualBox VMs" -Rf
sudo rm ~/.config/VirtualBox/ -Rf
#If you want to install it again. Run this command:
sudo apt-get install virtualbox
#Additionally, check:
sudo ps aux | grep -i "vbox"
#Kill any "ghost" processes you may think are relevant.
sudo pkill VBox*
Also in C++:
- powershell remove folder and contents
- how to see ip in linux
- how to install newrelic agent on aws linux
- chmod 777 ubuntu xampp
- add onedrive to ubuntu
- create pdf from images linux
- desechar cambios git
- grep print all after
- undo git add but keep changes
- remove dbeaver ubuntu 7.1.5
- debian install ssh
- youtube-dl ubuntu
- store ls into array bash
- fast backup mac
- debian install node js
- cli check what is listening on port
- npm uninstall eslint
- calculate darkness value of an image
- como instalar telegram ubuntu
- how to install uuid-ossp
- git stash
- git same as origin master
- install nodejs on ubuntu
- linux how to add a file to directory