ubuntu under Vim installation fails

 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.429-2ubuntu2) but 2:7.3.429-2ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.



Solution:
A first implementation sudo apt-get remove vim-common-uninstall the Common vim.
B then install vim, execute sudo apt-get install vim.

Guess you like

Origin www.cnblogs.com/jiu0821/p/11373668.html