How to Install and Uninstall neovim.x86_64 Package on AlmaLinux 8

Last updated: June 03,2024

1. Install "neovim.x86_64" package

Please follow the guidelines below to install neovim.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install neovim.x86_64

2. Uninstall "neovim.x86_64" package

This is a short guide on how to uninstall neovim.x86_64 on AlmaLinux 8:

$ sudo dnf remove neovim.x86_64 $ sudo dnf autoremove

3. Information about the neovim.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:58:46 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : neovim
Version : 0.7.0
Release : 1.el8
Architecture : x86_64
Size : 6.0 M
Source : neovim-0.7.0-1.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.