Note 1-vim ubuntu installation error

When ubuntu installation of vim error prompt: vim: dependency: vim-common (= 2: 7.3.429-2ubuntu2) but 2: 7.3.429-2ubuntu2.1 about to be installed

Description vim-common package the existing version is too low, unloaded the first to say

sudo apt-get purge vim-common // uninstall the existing package

sudo apt-get update // update source

sudo apt-get upgrade // update source

 

sudo apt-get install vim // re-install vim

Perfect to solve the problem

 

Guess you like

Origin www.cnblogs.com/Zfc-Cjk/p/11455993.html