출처 : 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가 깨져, 제대로 작동하지 않았다.
'건설 정보 > Working Tool' 카테고리의 다른 글
matplotlib 설치 난항 : sudo와 sudo -H의 차이?? (1) | 2017.12.10 |
---|---|
vi 편집기 관련 사항 (0) | 2017.12.10 |
Ubuntu Package 관련 명령어 (0) | 2017.12.10 |
Tensorflow backend로 Keras 설치 (0) | 2017.12.10 |
Anaconda 활용하여 Tensorflow 설치하기 (0) | 2017.12.09 |
댓글