How to Install and Uninstall vim-enhanced.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "vim-enhanced.x86_64" package

This tutorial shows how to install vim-enhanced.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install vim-enhanced.x86_64

2. Uninstall "vim-enhanced.x86_64" package

Please follow the steps below to uninstall vim-enhanced.x86_64 on CentOS 7 / RHEL 7:

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

3. Information about the vim-enhanced.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : vim-enhanced
Arch : x86_64
Epoch : 2
Version : 7.4.629
Release : 8.el7_9
Size : 2.2 M
Repo : installed
From repo : updates
Summary : A version of the VIM editor which includes recent enhancements
URL : http://www.vim.org/
License : Vim
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.