
Virtualboxをインストールしようとすると、次のような問題が発生します。
soomaiya@soomaiya-Satellite:~$ sudo apt-get install virtualbox-4.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
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-4.3 : Depends: libsdl1.2debian (>= 1.2.11) but it is not installable
Recommends: libsdl-ttf2.0-0 but it is not installable
Recommends: dkms but it is not installable
E: Unable to correct problems, you have held broken packages.
soomaiya@soomaiya-Satellite:~$
助けてください!
答え1
E: Unable to correct problems, you have held broken packages
関連する問題である可能性があります... synaptic パッケージ マネージャーを開いて、[編集] -> [壊れたパッケージの修正] をクリックすると、解決する可能性があります。
または、エラーがDepends: libsdl1.2debian (>= 1.2.11) but it is not installable
エラーを参照している可能性があり、パッケージ情報も更新する必要がありますapt-cache update
(または、Synaptic で「パッケージ情報を再読み込み」)。