虛擬盒子無法安裝

虛擬盒子無法安裝

我嘗試使用以下命令安裝虛擬框:

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

相關內容