VirtualBox does not work after upgrade! WHAT TO DO?

Updated through the terminal, after which the virtual machines stopped starting. I decided to reinstall the virtual box, nothing happened. What to do?



Hey there,
The problem as you can see is a dependency issue please have a look here. You need to install the four packages but one of them in not installable so go to the link and it will hopefully resolve your problem (i.e sudo apt install libc6 ).

Thanks for the answer. What I did:

sudo apt purge virtualbox
sudo apt-get update && apt-get upgrade
sudo aptitude safe-upgrade
sudo apt --fix-broken install
sudo apt install virtualbox-qt

It’s installed and working again.

Great to hear it works now :smile:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.