본문 바로가기
건설 정보/Working Tool

Vim insatll error 관련

by 그로업 2017. 12. 10.

출처 : https://askubuntu.com/questions/78406/cannot-install-vim


문제점


$ 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.


Solved)



$ sudo apt-get remove vim-common 

$ sudo apt-get clean && sudo apt-get purge 

$ sudo apt-get update && sudo apt-get install vim



Package가 깨져, 제대로 작동하지 않았다.


댓글