When I tried opening vim
, it gives me:
bash: vim: command not found...
Install package 'vim-enhanced' to provide command 'vim'? [N/y]
I though that I had vi
and I need to install vim but apparently I already have it through the vi
command; vi --version
yields:
VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Sep 20 2024 00:00:00)
So what is the vim-enhanced
package and what is the vi
command that is preinstalled ?
OS: Fedora 41 Workstation Edition
vi
command for compatibility and convenience that points to (an arbitrarily tiny version of) Vim.vim-tiny
package. My point is: they all have avi
that's in reality a low-feature Vim.vi
is a symlink to/etc/alternatives/vim
, which is a symlink to/usr/bin/vim.tiny
I am going to add that to my anwser if you don't want to create your ownvim-enhanced
. My guess is that it is the Fedora version of Debian'svim-basic
package.