How to Install and Uninstall compat-readline6.i686 Package on Fedora 34

Last updated: July 05,2024

1. Install "compat-readline6.i686" package

This guide covers the steps necessary to install compat-readline6.i686 on Fedora 34

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

2. Uninstall "compat-readline6.i686" package

Please follow the instructions below to uninstall compat-readline6.i686 on Fedora 34:

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

3. Information about the compat-readline6.i686 package on Fedora 34

Last metadata expiration check: 1:54:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : compat-readline6
Version : 6.3
Release : 21.fc34
Architecture : i686
Size : 171 k
Source : compat-readline6-6.3-21.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 : 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.