Hello Linux Geeksters. As you may know, Vim 7.4 has been released. It brings many features and improvements to the previous version, Vim 7.3. As you may know, Vim is one of the most popular text editor on Unix and Linux systems.
In this article I will show you how to install Vim 7.4 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 13 Maya and Debian Sid.
Vim 7.4 is available in the default repositories of Ubuntu 13.10 Saucy Salamander, Linux Mint 16 Petra and Debian Sid, so installing it on Ubuntu and Linux Mint is easy. All you have to do is:
$ sudo apt-get update
$ sudo apt-get install vim
To install Vim 7.4 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.04 Precise Pangolin, Linux Mint 15 Olivia and Linux Mint 13 Maya, we have to add a third-party PPA. Do this for a successful installation:
$ sudo add-apt-repository ppa:fcwu-tw/ppa
$ sudo apt-get update
$ sudo apt-get install vim
Thanks. Mint 15. All OK.
Hey
I am using Linux Mint 14 and Linux Mint 15 on different computers. The Mint 15 one worked like a charm but it did not work on 14 (which is not listed on this blog). I think the new repo is not able to update.
Is there any way to upgrade vim on Linux Mint 14?
Thanks!
if it isn’t available via repository, it can be installed from source. I will write an article tonight on how to install Vim 7.4 on Ubuntu 12.10 and Linux Mint 14. stay tuned.
work done. see this article: https://linuxg.net/how-to-install-vim-7-4-on-debian-based-systems-from-source/
It works for me in Ubuntu 12.04, thank you.