Since today morning, I am trying to remove VirtualBox from my machine but I am getting following errors. I tried disabling virtualization as well but still getting the same error.
Kindly help me remove this.
Since today morning, I am trying to remove VirtualBox from my machine but I am getting following errors. I tried disabling virtualization as well but still getting the same error.
Kindly help me remove this.
sudo dpkg -l | grep virtualbox
Then remove it using:sudo dpkg --purge <Package>
– singrium May 29 '19 at 10:22sudo rm ~/"VirtualBox VMs" -Rf
andsudo rm ~/.config/VirtualBox/ -Rf
? You also kill all processes related to VBox usingsudo pkill VBox*
, then try to remove it again – singrium May 29 '19 at 10:27sudo dpkg -l | grep virtualbox
command? – George Udosen May 29 '19 at 10:27