How to Install and Uninstall compat-readline5.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "compat-readline5.x86_64" package

This guide let you learn how to install compat-readline5.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install compat-readline5.x86_64

2. Uninstall "compat-readline5.x86_64" package

This tutorial shows how to uninstall compat-readline5.x86_64 on Fedora 34:

$ sudo dnf remove compat-readline5.x86_64 $ sudo dnf autoremove

3. Information about the compat-readline5.x86_64 package on Fedora 34

Last metadata expiration check: 0:04:25 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : compat-readline5
Version : 5.2
Release : 39.fc34
Architecture : x86_64
Size : 143 k
Source : compat-readline5-5.2-39.fc34.src.rpm
Repository : fedora
Summary : A library for editing typed command lines
URL : http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
License : GPLv2+
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.