The following tips appear when you install Vim in Ubuntu 12.10:
Reading Package List ... Complete
Analyzing Dependency tree for Package
Reading status information ... Complete
Some software packages cannot be installed. If you are using the unstable release, this may be
Because the system is unable to achieve the state you requested. There may be some software that you need in this release
The packages have not been created or they have been removed from the new to (Incoming) directory.
The following information may be helpful in resolving a problem:
The following packages have unsatisfied dependencies:
Vim: dependent: vim-common (= 2:7.3.429-2ubuntu2.1) But 2:7.3.547-4UBUNTU1 is going to be installed
E: The error cannot be corrected because you require certain packages to remain current, that is, they destroy the dependencies between the software packages.
The reason may be that the installation of Vim depends on the Vim-common and the system comes with the Vim-common version of the conflict, the solution is to first uninstall the person and then install Vim Vim-common.
sudo apt-get remove Vim-common
sudo apt-get install vim
Ubuntu 12.10 Install vim Error