FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to install vim text file editor in Ubuntu linux?
VIM is the most compatible and widely used advanced text editor for Linux under GPL License. VIM is the improved version of "VI" editor. Vim is most suitable for all kinds for text based editing like configuration file editing. A GUI based VIM editor named "VIM-Gnome" is also available.
Install full vim editor in Ubuntu
user@ubuntu:~$ sudo apt-get install vim
Install Gnome GUI based vim editor in Ubuntu
user@ubuntu:~$ sudo apt-get install vim-gnome
Q: How to install vim text file editor in Ubuntu linux?
VIM is the most compatible and widely used advanced text editor for Linux under GPL License. VIM is the improved version of "VI" editor. Vim is most suitable for all kinds for text based editing like configuration file editing. A GUI based VIM editor named "VIM-Gnome" is also available.
Install full vim editor in Ubuntu
user@ubuntu:~$ sudo apt-get install vim
Install Gnome GUI based vim editor in Ubuntu
user@ubuntu:~$ sudo apt-get install vim-gnome
0 comments:
Post a Comment