穴の中のうさぎの日記

あほをさらしてつよくなりたい

vimが入らなかった日

$sudo apt-get -f install vim               [17:34:50]
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.429-2ubuntu2) but 2:7.3.429-2ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.

 

どうやらvim-common こいつがじゃまらしい

sudo apt-get install ubuntu-restricted-extras
sudo apt-get update
sudo apt-get remove vim-common
sudo apt-get install vim

てしたらかいけつしました。

参考:

12.04 - Problem installing vim - Ask Ubuntu