How to Install and Uninstall vim-minimal.x86_64 Package on Fedora 36

Last updated: September 28,2024

1. Install "vim-minimal.x86_64" package

Please follow the steps below to install vim-minimal.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install vim-minimal.x86_64

2. Uninstall "vim-minimal.x86_64" package

This guide let you learn how to uninstall vim-minimal.x86_64 on Fedora 36:

$ sudo dnf remove vim-minimal.x86_64 $ sudo dnf autoremove

3. Information about the vim-minimal.x86_64 package on Fedora 36

Last metadata expiration check: 2:09:52 ago on Thu Sep 8 08:04:50 2022.
Installed Packages
Name : vim-minimal
Epoch : 2
Version : 9.0.348
Release : 1.fc36
Architecture : x86_64
Size : 1.6 M
Source : vim-9.0.348-1.fc36.src.rpm
Repository : @System
From repo : updates
Summary : A minimal version of the VIM editor
URL : http://www.vim.org/
License : Vim and MIT
Description : VIM (VIsual editor iMproved) is an updated and improved version of the
: vi editor. Vi was the first real screen-based editor for UNIX, and is
: still very popular. VIM improves on vi by adding new features:
: multiple windows, multi-level undo, block highlighting and more. The
: vim-minimal package includes a minimal version of VIM, providing
: the commands vi, view, ex, rvi, and rview. NOTE: The online help is
: only available when the vim-common package is installed.