Download the Tarball
- Goto https://www.vim.org/.
- Go to Download. link: https://www.vim.org/download.php.
- Click on Mirrors.
- Choose an FTP mirror site, e.g. ftp://ftp.home.vim.org/pub/vim/ (Holland, Amsterdam).
- Go inside the folder “unix”.
- Here you will see all the vim tarballs. Choose the one you like, e.g. vim-8.0.tar.bz2.
Untar the tarball
Untar the tarball: [code language=”bash”] $ tar -xvjf vim-8.0.tar.bz2 [/code]Compile and install
[code language=”bash”] $ cd vim80/src $ make distclean $ make $ sudo make install [/code]Discover more from Tech For Talk
Subscribe to get the latest posts sent to your email.
Leave a Reply