I installed minimal version of fedora. Now how can I install vim in fedora. I have the packages for vim. But while I want to install it says A exception is occurred. Now I want to install vim directly from Internet.

link|improve this question
This would be better on Superuser or unix.stackexchange.com – David Wolever Dec 17 '11 at 21:29
feedback

migrated from stackoverflow.com Dec 17 '11 at 21:35

This question came from our site for professional and enthusiast programmers.

2 Answers

From what I remember:

yum -i vim
link|improve this answer
feedback

You will need vim-enhanced package if want build with all the bells and whistles or vim-minimal if you want to keep your system as small as possible.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown