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

Last updated: September 19,2024

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

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

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

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

Here is a brief guide to show you how to uninstall compat-readline5-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:59:29 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-readline5-devel
Version : 5.2
Release : 39.fc34
Architecture : i686
Size : 24 k
Source : compat-readline5-5.2-39.fc34.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.