虚拟盒无法安装

虚拟盒无法安装

我尝试使用以下命令安装虚拟盒:

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

相关内容