virtualbox-5.0 :取决于:libvpx2 (>= 1.4.0) 但无法安装

virtualbox-5.0 :取决于:libvpx2 (>= 1.4.0) 但无法安装

我正在尝试在我的 ubuntu 机器上安装 Virtualbox 5.0

Linux federico 4.4.0-24-generic #43-Ubuntu SMP Wed Jun 8 19:27:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

当我运行时,apt- install我收到此错误:

root@federico:~# apt-get install virtualbox-5.0
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-5.0 : Depends: libvpx2 (>= 1.4.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

我点击此链接但没有成功。

virtualbox-5.0 不会安装在 ubuntu-server 14.04.4 上

有什么建议吗?

答案1

从软件源启用所有存储库乌班图软件(规范+社区...),只需输入gksu software-properties-gtk

然后输入以下命令:

sudo apt-get autoclean
sudo apt-get -f install
sudo apt-get update
sudo apt-get dist-upgrade
sudo dpkg --configure -a

安装libvpx2

sudo apt-get install libvpx2

安装虚拟盒

相关内容