What RPM packages are required to install vim on a recent version of Fedora?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
On a modern Fedora, run
or
to get a recursive list of packages on which your specified package depends, in a nice tree format. Note that vim-minimal only installs /bin/vi with no modern enhancements nor online help, for use when only the root partition is available. I guess you want vim-enhanced or vim-X11. If you only want a list of the direct dependencies, you could run
to get the packages list or
to get the required capabilities. |
|||||
|