How to completely remove virtualbox

Your problem : Virtual Box keeps its folder and settings in your home folder. Delete everything inside the folder. Uninstall VirtualBox first. sudo apt-get remove –purge virtualbox Run these commands to delete all virtual machines and settings and Virtual...

Ubuntu fix broken package (best solution)

After trying sudo apt-get update –fix-missing and sudo dpkg –configure -a and sudo apt-get install -f the problem of a broken package still exist the solution is to edit the dpkg status file manually. $ sudo nano...