I had vim working for a while and uninstalled it for no good reason. To reinstall it I gave the following commands:
sudo apt-get update
I get warnings that the respository deadsnakes/ppa and pycharm/ubuntu are not secure, but nothing that seems relevant (I guess)
sudo apt-get upgrade vim-runtime
sudo apt-get upgrade vim-common
sudo -i apt-get install vim
vim : Depends: vim-common (= 2:8.1.0320-1ubuntu3.1) but 2:8.1.0875-5ubuntu2 is to be installed
Depends: vim-runtime (= 2:8.1.0320-1ubuntu3.1) but 2:8.1.0875-5ubuntu2 is to be installed
I then tried
apt-get install -f
This appears to have done nothing since it says 0 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
So I am pretty much stumped.
After getting vim working again, I would like to enable the system clipboard. I read that this is accomplished by installing vim-gnome. When I tried to do that, I encountered similar issues.