Solved What's the command to install gvim?

Use [CMD=""]pkg_search[/CMD]
Install by:
Code:
pkg_add -r pkg_search
and honestly, don't take it the wrong way, but you REALLY need to RT(F)M.
 
da1 said:
Use [CMD=""]pkg_search[/CMD]
Install by:
Code:
pkg_add -r pkg_search
and honestly, don't take it the wrong way, but you REALLY need to RT(F)M.

And to avoid confusion. If means Fine :)
 
Just for the record, cream != gvim. It's an extension or plugin to vim.

gvim is simply vim with a GUI. The vim port offers the option to install the graphical version or not.
 
A guess is that this post still comes up in certain search terms, probably something like FreeBSD gvim.

To rname if you look, you see that ckester gave an answer. When installing vim from ports, there should be an option add a GUI. However, looking at what one sees if you type make config in /usr/ports/editors/vim I do see some options such as support for Gnome and X11 Graphical support. So, maybe all of those? Looking, in the same directory at the pkg-plist file one sees that %%GUI%%bin/gvim is one of the files supplied, so I guess that if you put in some of the graphic support stuff--possibly just that X11 Graphical support option--you'd get gvim.
 
Install editors/vim. The GTK2 option is turned on by default. That means the package already includes it. If you're on a server and don't want X11/GTK2 and all the other dependencies (like Perl, Python, etc), install editors/vim-lite.
 
Back
Top