1

I had this problem and followed, quite blindly, all steps. Tha last step is, purge VirtualBox and install it again. Here comes my doubt as I have a few virtual machines configured and I don't want to loose any information. Will these machines be there after this?:

sudo apt-get purge virtualbox
sudo apt-get install virtualbox

Thanks

K. Weber
  • 361

2 Answers2

1

You pre-installed Virtual Box virtual machines and the machine's setting which are stored in your home directory will not be affected by removing or purging the Virtual Box application.

You will be able to access them after re-installing Virtual Box just the same as before. I did this several times, not only on every major version release of Virtual Box where we need to remove the previous version to be able to upgrade.

In case you had installed the Oracle Extension Pack you will however re-install this too before you can run your VMs. Also it is recommended to also upgrade any Guest Addition we may had installed before.

Takkat
  • 144,580
0

The uninstaller just removes the VB application and the drivers (kexts), it leaves your virtual machines and their settings files alone. As mpack said, it's the same as updating any other program, it updates the software but doesn't touch the documents (your VMs).