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

Last updated: October 08,2024

1. Install "neovim.x86_64" package

This guide covers the steps necessary to install neovim.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install neovim.x86_64

2. Uninstall "neovim.x86_64" package

This guide covers the steps necessary to uninstall neovim.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove neovim.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:55:04 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : neovim
Version : 0.8.0
Release : 0.el8
Architecture : x86_64
Size : 6.3 M
Source : neovim-0.8.0-0.el8.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.