How to Install and Uninstall compat-readline5-devel.i686 Package on Fedora 35

Last updated: November 28,2024

1. Install "compat-readline5-devel.i686" package

This is a short guide on how to install compat-readline5-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install compat-readline5-devel.i686

2. Uninstall "compat-readline5-devel.i686" package

This is a short guide on how to uninstall compat-readline5-devel.i686 on Fedora 35:

$ sudo dnf remove compat-readline5-devel.i686 $ sudo dnf autoremove

3. Information about the compat-readline5-devel.i686 package on Fedora 35

Last metadata expiration check: 1:10:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : compat-readline5-devel
Version : 5.2
Release : 40.fc35
Architecture : i686
Size : 24 k
Source : compat-readline5-5.2-40.fc35.src.rpm
Repository : fedora
Summary : Files needed to develop programs which use the readline library
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 typed command lines. If you want to develop programs that will
: use the readline library, you need to have the readline-devel package
: installed. You also need to have the readline package installed.