가상박스를 설치할 수 없습니다

가상박스를 설치할 수 없습니다

다음 명령을 사용하여 가상 상자를 설치하려고했습니다.

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

관련 정보