I am trying to open vim
on my Ubuntu 14.04 64 bit by entering the command in the terminal :
vim
But i get the response :
The program 'vim' can be found in the following packages:
* vim
* vim-gnome
* vim-tiny
* vim-athena
* vim-gtk
* vim-nox
Try: sudo apt-get install <selected package>
But i assume( wrongly?) that vim comes by default in the distro. I confirm this by checking the installed packages :
dpkg --get-selections | grep -v deinstall > ~/Desktop/packages
It lists vim-common
and vim-tiny
.
So why doesn't vim open up? On the other hand, if i enter the command vi
, it opens up vim
in vi
compatible mode.