How to Install and Uninstall neovim.x86_64 Package on CentOS 8 / RHEL 8

Last updated: January 11,2025

1. Install "neovim.x86_64" package

This guide covers the steps necessary to install neovim.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install neovim.x86_64

2. Uninstall "neovim.x86_64" package

Learn how to uninstall neovim.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove neovim.x86_64 $ sudo dnf autoremove

3. Information about the neovim.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:15:04 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : neovim
Version : 0.3.8
Release : 1.el8.1
Architecture : x86_64
Size : 5.1 M
Source : neovim-0.3.8-1.el8.1.src.rpm
Repository : epel
Summary : Vim-fork focused on extensibility and agility
URL : http://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.