How to Install and Uninstall neovim.x86_64 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "neovim.x86_64" package

Learn how to install neovim.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

$ sudo dnf remove neovim.x86_64 $ sudo dnf autoremove

3. Information about the neovim.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:35:30 ago on Thu Feb 15 07:50:05 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.