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

Last updated: June 16,2024

1. Install "neovim-ale.noarch" package

Please follow the steps below to install neovim-ale.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install neovim-ale.noarch

2. Uninstall "neovim-ale.noarch" package

Please follow the guidelines below to uninstall neovim-ale.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove neovim-ale.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:32:37 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : neovim-ale
Version : 3.3.0
Release : 1.el9
Architecture : noarch
Size : 408 k
Source : vim-ale-3.3.0-1.el9.src.rpm
Repository : epel
Summary : Asynchronous NeoVim Lint Engine
URL : https://github.com/dense-analysis/ale
License : BSD
Description :
: ALE (Asynchronous Lint Engine) is a plugin providing linting (syntax checking
: and semantic errors) in NeoVim while you edit your text files,
: and acts as a Vim Language Server Protocol client.
:
: ALE makes use of NeoVim and Vim job control functions and timers to run
: linters on the contents of text buffers and return errors as text is changed
: in NeoVim. This allows for displaying warnings and errors in files being
: edited in NeoVim before files have been saved back to a filesystem.
:
: In other words, this plugin allows you to lint while you type.