Virtuelle Box konnte nicht installiert werden

Virtuelle Box konnte nicht installiert werden

Ich habe versucht, Virtual Box mit dem folgenden Befehl zu installieren:

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.

Kannst du mir helfen?

Antwort1

Es scheint, dass der Virtualbox-Kernel-Treiber nicht installiert ist.

Versuchen Sie, die folgenden Pakete zu installieren!

sudo apt-get install dkms

Führen Sie dann den folgenden Befehl aus

sudo /etc/init.d/vboxdrv setup

Antwort2

Grundsätzlich habe ich das Problem durch das Entfernen von -qt- gelöst, was Folgendes bedeutet:

sudo apt-get instal virtualbox

verwandte Informationen