How can I install vim in minimal version of fedora?

2

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.

iamcrypticcoder

Posted 2011-12-17T21:27:30.677

Reputation: 121

This would be better on Superuser or unix.stackexchange.com – David Wolever – 2011-12-17T21:29:12.547

What exactly fails if you do "yum install vim-minimal"? – vonbrand – 2013-01-15T18:47:04.823

Answers

0

From what I remember:

yum -i vim

sehe

Posted 2011-12-17T21:27:30.677

Reputation: 1 796

0

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.

Martian

Posted 2011-12-17T21:27:30.677

Reputation: 749