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

Last updated: October 06,2024

1. Install "readline.i686" package

This tutorial shows how to install readline.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install readline.i686

2. Uninstall "readline.i686" package

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

$ sudo dnf remove readline.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:37:53 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : readline
Version : 8.1
Release : 4.el9
Architecture : i686
Size : 220 k
Source : readline-8.1-4.el9.src.rpm
Repository : ubi-9-baseos-rpms
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.