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

Last updated: July 07,2024

1. Install "readline.x86_64" package

In this section, we are going to explain the necessary steps to install readline.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install readline.x86_64

2. Uninstall "readline.x86_64" package

Please follow the guidelines below to uninstall readline.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove readline.x86_64 $ sudo dnf autoremove

3. Information about the readline.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:30:22 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : readline
Version : 8.1
Release : 4.el9
Architecture : x86_64
Size : 481 k
Source : readline-8.1-4.el9.src.rpm
Repository : @System
Summary : A library for editing typed command lines
URL : https://tiswww.case.edu/php/chet/readline/rltop.html
License : GPLv3+
Description : The Readline library provides a set of functions that allow users to
: edit command lines. Both Emacs and vi editing modes are available. The
: Readline library includes additional functions for maintaining a list
: of previously-entered command lines for recalling or editing those
: lines, and for performing csh-like history expansion on previous
: commands.