우분투 14.04에 Virtualbox 4.3.20을 설치하는 방법은 무엇입니까?

우분투 14.04에 Virtualbox 4.3.20을 설치하는 방법은 무엇입니까?

다음과 같은 문제가 발생합니다. Virtualbox를 설치하려고 할 때,

soomaiya@soomaiya-Satellite:~$ sudo apt-get install virtualbox-4.3
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-4.3 : Depends: libsdl1.2debian (>= 1.2.11) but it is not installable
              Recommends: libsdl-ttf2.0-0 but it is not installable
              Recommends: dkms but it is not installable
E: Unable to correct problems, you have held broken packages.
soomaiya@soomaiya-Satellite:~$

도와주세요!

답변1

E: Unable to correct problems, you have held broken packages관련 문제일 수 있습니다. 시냅틱 패키지 관리자를 열고 편집 -> 손상된 패키지 수정을 클릭하면 도움이 될 수 있습니다.

또는 오류가 오류를 참조할 수도 있으므로 Depends: libsdl1.2debian (>= 1.2.11) but it is not installable패키지 정보를 업데이트하고 싶을 수도 있습니다 apt-cache update(또는 시냅틱 "패키지 정보 다시 로드").

관련 정보