How to Install and Uninstall compat-readline6.x86_64 Package on Fedora 38

Last updated: October 08,2024

1. Install "compat-readline6.x86_64" package

Please follow the guidelines below to install compat-readline6.x86_64 on Fedora 38

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

2. Uninstall "compat-readline6.x86_64" package

This guide covers the steps necessary to uninstall compat-readline6.x86_64 on Fedora 38:

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

3. Information about the compat-readline6.x86_64 package on Fedora 38

Last metadata expiration check: 4:56:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : compat-readline6
Version : 6.3
Release : 26.fc38
Architecture : x86_64
Size : 162 k
Source : compat-readline6-6.3-26.fc38.src.rpm
Repository : fedora
Summary : A library for editing typed command lines
URL : http://cnswww.cns.cwru.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.