How to Install and Uninstall readline-devel.i686 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "readline-devel.i686" package

Learn how to install readline-devel.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install readline-devel.i686

2. Uninstall "readline-devel.i686" package

Please follow the guidelines below to uninstall readline-devel.i686 on Rocky Linux 8:

$ sudo dnf remove readline-devel.i686 $ sudo dnf autoremove

3. Information about the readline-devel.i686 package on Rocky Linux 8

Last metadata expiration check: 2:25:18 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : readline-devel
Version : 7.0
Release : 10.el8
Architecture : i686
Size : 203 k
Source : readline-7.0-10.el8.src.rpm
Repository : baseos
Summary : Files needed to develop programs which use the readline library
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 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.