
Я попытался установить Virtual Box с помощью следующей команды:
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 Kernel не установлен.
Попробуйте установить указанные ниже пакеты!
sudo apt-get install dkms
Затем выполните следующую команду:
sudo /etc/init.d/vboxdrv setup
решение2
По сути, я решил проблему, удалив -qt-, что означает следующее:
sudo apt-get instal virtualbox