how to install vim in ubuntu 17.04

Опубликовано: 28 Сентябрь 2024
на канале: Tech Ind
655
1

Vim is a clone of Bill Joy's vi text editor program for Unix. It was written by Bram Moolenaar based on source for a port of the Stevie editor to the Amiga and first released publicly in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. Vim is free and open source software and is released under a license that includes some charityware clauses, encouraging users who enjoy the software to consider donating to children in Uganda.The license is compatible with the GNU General Public License through a special clause allowing distribution of modified copies "under the GNU GPL version 2 or any later version".
source:-https://en.wikipedia.org/wiki/Vim_(te...)
--------------------------------------------------------------------------------------------------
apt-get install vim
--------------------------------------------------------------------------------------------------