nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

How to install Vim

This is a discussion on How to install Vim within the Linux software forums, part of the Linux Getting Started category; Hi I would like to know how to install Vim on a Linux system and what commands do I need ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 21-06-2006, 10:54 PM
Senior Member
User
 
Join Date: Jun 2005
Posts: 137
Thanks: 21
Thanked 4 Times in 3 Posts
Rep Power: 5
jerry is on a distinguished road
Default How to install Vim

Hi

I would like to know how to install Vim on a Linux system and what commands do I need to use to install the Vim editor.

regards
Reply With Quote
  #2 (permalink)  
Old 21-06-2006, 11:01 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
tom is on a distinguished road
Default

Debian Linux:
Code:
apt-get install vim
Fedora Linux:
Code:
yum install vim-X11 vim-common vim-enhanced vim-minimal
Red Hat Linux:
Code:
up2date -i vim-X11 vim-common vim-enhanced vim-minimal
Reply With Quote
  #3 (permalink)  
Old 24-06-2006, 06:00 AM
Junior Member
User
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ozar
Default

Just to add to Tom's installation advice...

Arch Linux:
Code:
pacman -S vim
Gentoo Linux:
Code:
emerge vim
Reply With Quote
  #4 (permalink)  
Old 24-06-2006, 04:15 PM
Senior Member
User
 
Join Date: Jun 2005
Posts: 137
Thanks: 21
Thanked 4 Times in 3 Posts
Rep Power: 5
jerry is on a distinguished road
Default

thanks a lot, yum worked like a charm. I guess other commands are for other linux version. Since i am using the FC... yum worked for me

VIM is working now
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +5.5. The time now is 03:48 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38