How to Install and Uninstall vim-enhanced.x86_64 Package on CentOS Stream 8

Last updated: April 28,2024

1. Install "vim-enhanced.x86_64" package

In this section, we are going to explain the necessary steps to install vim-enhanced.x86_64 on CentOS Stream 8

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

2. Uninstall "vim-enhanced.x86_64" package

Please follow the step by step instructions below to uninstall vim-enhanced.x86_64 on CentOS Stream 8:

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

3. Information about the vim-enhanced.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:20:23 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : vim-enhanced
Epoch : 2
Version : 8.0.1763
Release : 19.el8.4
Architecture : x86_64
Size : 2.9 M
Source : vim-8.0.1763-19.el8.4.src.rpm
Repository : @System
From repo : appstream
Summary : A version of the VIM editor which includes recent enhancements
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-enhanced package contains a version of VIM with extra, recently
: introduced features like Python and Perl interpreters.
:
: Install the vim-enhanced package if you'd like to use a version of the
: VIM editor which includes recently added enhancements like
: interpreters for the Python and Perl scripting languages. You'll also
: need to install the vim-common package.