How to Install and Uninstall readline.i686 Package on Fedora 34

Last updated: September 21,2024

1. Install "readline.i686" package

This guide let you learn how to install readline.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install readline.i686

2. Uninstall "readline.i686" package

Please follow the steps below to uninstall readline.i686 on Fedora 34:

$ sudo dnf remove readline.i686 $ sudo dnf autoremove

3. Information about the readline.i686 package on Fedora 34

Last metadata expiration check: 1:25:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : readline
Version : 8.1
Release : 2.fc34
Architecture : i686
Size : 219 k
Source : readline-8.1-2.fc34.src.rpm
Repository : fedora
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.