
Intenté instalar virtual box usando el siguiente comando:
sudo apt-get install virtualbox-qt
But this gave me the following errors
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
virtualbox-qt : Depends: virtualbox (= 4.3.10-dfsg-1)
E: Unable to correct problems, you have held broken packages.
¿Me puedes ayudar?
Respuesta1
Parece que el controlador Virtualbox Kernel no está instalado.
¡Intenta instalar los siguientes paquetes!
sudo apt-get install dkms
Luego ejecute el siguiente comando
sudo /etc/init.d/vboxdrv setup
Respuesta2
Básicamente resolví el problema eliminando -qt- lo que significa que:
sudo apt-get instal virtualbox