How to Install and Uninstall readline.x86_64 Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "readline.x86_64" package

Please follow the instructions below to install readline.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install readline.x86_64

2. Uninstall "readline.x86_64" package

This guide covers the steps necessary to uninstall readline.x86_64 on CentOS Stream 9:

$ sudo dnf remove readline.x86_64 $ sudo dnf autoremove

3. Information about the readline.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:40:39 ago on Sat Mar 16 16:03:45 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.