
我遇到以下問題;當我嘗試安裝 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
可能是一個相關的問題...您可以嘗試打開突觸包管理器並單擊“編輯”->“修復損壞的包”,這可能會有所幫助。
或者錯誤可能指的是Depends: libsdl1.2debian (>= 1.2.11) but it is not installable
錯誤,您還想使用apt-cache update
(或在突觸“重新加載包資訊”中)更新包資訊。