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

Last updated: October 09,2024

1. Install "linenoise.x86_64" package

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

$ sudo dnf update $ sudo dnf install linenoise.x86_64

2. Uninstall "linenoise.x86_64" package

In this section, we are going to explain the necessary steps to uninstall linenoise.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove linenoise.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:40:12 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : linenoise
Version : 1.0
Release : 1.20200312git97d2850.el8
Architecture : x86_64
Size : 25 k
Source : linenoise-1.0-1.20200312git97d2850.el8.src.rpm
Repository : epel
Summary : Minimal replacement for readline
URL : https://github.com/antirez/linenoise
License : BSD
Description : Linenoise is a replacement for the readline line-editing library with the goal
: of being smaller.