仮想ボックスをインストールできませんでした

仮想ボックスをインストールできませんでした

次のコマンドを使用して仮想ボックスをインストールしようとしました:

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.

手伝ってもらえますか?

答え1

Virtualbox カーネル ドライバーがインストールされていないようです。

以下のパッケージをインストールしてみてください。

sudo apt-get install dkms

次に以下のコマンドを実行します

sudo /etc/init.d/vboxdrv setup

答え2

基本的に、-qt- を削除することで問題を解決しました。つまり、次のようになります。

sudo apt-get instal virtualbox

関連情報