如何在 ubuntu 14.04 上安装 Virtualbox 4.3.20?

如何在 ubuntu 14.04 上安装 Virtualbox 4.3.20?

我遇到以下问题;当我尝试安装 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(或在突触中“重新加载包信息”)更新包信息。

相关内容