I tried installing VIM using terminal command sudo apt-get install vim
but it didn't install and I got this message:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies: flashplugin-installer : Breaks: flashplugin-downloader (< 11.1.102.55ubuntu3) but
11.0.1.152ubuntu1 is to be installed
vim : Depends: vim-common (= 2:7.3.429-2ubuntu2.1) but 2:7.3.429-2ubuntu2 is to be installed
Depends: vim-runtime (= 2:7.3.429-2ubuntu2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution
I tried using apt-get -f
to install, but it didn't work.
How can I fix it?
sudo apt-get update; sudo apt-get upgrade
– jmetz Jul 25 '12 at 18:25