How to Install Vim 7.4 in Ubuntu 12.10, 13.04, 12.04

Last updated: August 19, 2013

Vim 7.4 has been released. Since 7.3 more than a thousand improvements have been made. Also a lot of bugs has been fixed. This simple tutorial will show you how to install or upgrade Vim 7.4 in Ubuntu 12.10, Ubuntu 13.04, Ubuntu 12.04 via PPA.

Vim 7.4

NOTE: The PPA contains the unofficial builds of fresh Vim development versions. Use it at your own risk!

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:nmi/vim-snapshots

Then update and install Vim:

sudo apt-get update; sudo apt-get install vim

Once installed, you can do “:help version7.4” while using vim editor to check all changes.

To remove / downgrade Vim, run below commands:

sudo apt-get install ppa-purge; sudo ppa-purge ppa:nmi/vim-snapshots

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

One response to How to Install Vim 7.4 in Ubuntu 12.10, 13.04, 12.04

  1. thanks for the tip¡¡¡. It’s great to read that someone uses GNU / Linux from five years¡¡
    regards