How to Install and Uninstall neovim.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "neovim.x86_64" package

Please follow the step by step instructions below to install neovim.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install neovim.x86_64

2. Uninstall "neovim.x86_64" package

In this section, we are going to explain the necessary steps to uninstall neovim.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove neovim.x86_64 $ sudo dnf autoremove

3. Information about the neovim.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:55:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : neovim
Version : 0.8.0
Release : 0.el9
Architecture : x86_64
Size : 5.8 M
Source : neovim-0.8.0-0.el9.src.rpm
Repository : epel
Summary : Vim-fork focused on extensibility and agility
URL : https://neovim.io
License : ASL 2.0
Description : Neovim is a refactor - and sometimes redactor - in the tradition of
: Vim, which itself derives from Stevie. It is not a rewrite, but a
: continuation and extension of Vim. Many rewrites, clones, emulators
: and imitators exist; some are very clever, but none are Vim. Neovim
: strives to be a superset of Vim, notwithstanding some intentionally
: removed misfeatures; excepting those few and carefully-considered
: excisions, Neovim is Vim. It is built for users who want the good
: parts of Vim, without compromise, and more.