Não foi possível instalar a caixa virtual

Não foi possível instalar a caixa virtual

Tentei instalar a caixa virtual usando o seguinte 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.

Pode me ajudar?

Responder1

Parece que o driver do Virtualbox Kernel não está instalado.

Tente instalar os pacotes abaixo!

sudo apt-get install dkms

Em seguida, execute o comando abaixo

sudo /etc/init.d/vboxdrv setup

Responder2

Basicamente resolvi o problema removendo -qt- o que significa que:

sudo apt-get instal virtualbox

informação relacionada