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

Last updated: September 25,2024

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

This tutorial shows how to install compat-readline5-devel.i686 on Fedora 39

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

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

This guide let you learn how to uninstall compat-readline5-devel.i686 on Fedora 39:

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

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

Last metadata expiration check: 2:45:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : compat-readline5-devel
Version : 5.2
Release : 46.fc39
Architecture : i686
Size : 24 k
Source : compat-readline5-5.2-46.fc39.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 : GPL-2.0-or-later
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.