할 때
$ sudo apt-get install vim
나는 얻었다 :
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:
vim : Depends: vim-common (= 2:7.3.154+hg~74503f6ee649-2ubuntu2) but 2:7.3.154+hg~74503f6ee649-2ubuntu3 is to be installed
E: Unable to correct problems, you have held broken packages.
이 문제를 해결하기 위해 다음을 수행했습니다.
sudo apt-get remove vim-common
sudo apt-get clean && sudo apt-get purge
sudo apt-get update && sudo apt-get install vim
이전 수정 프로그램이 vim 설치에 대한 트릭을 수행했지만 여전히 같은 종류의 문제를 발생시킨 다른 패키지에는 적용되지 않았다고 말해야합니다 (E : 문제를 해결할 수 없으므로 깨진 패키지가 있습니다)
조금 더 검색 한 후 다른 포럼에서 더 나은 해결책을 찾았습니다. 이 수정은 Liam Proven (http://ubuntu.5.n6.nabble.com/E-Unable-to-correct-problems-you-have-held-broken-packages-td4355181.html)에 의해 제공되었습니다.
시냅틱 (설치된 경우) 또는 시스템 설정 | 소프트웨어 소스. 가장 빠른 서버를 찾는 옵션을 찾으십시오. 일반적으로 근처에 가볍게로드 된 거울을 선택합니다.
가장 빠른 서버를 설정 한 후 아무런 문제가 없습니다. 그것이 도움이 되길 바랍니다.