How to Install and Uninstall readline.i686 Package on Oracle Linux 8

Last updated: November 01,2024

1. Install "readline.i686" package

This guide let you learn how to install readline.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install readline.i686

2. Uninstall "readline.i686" package

This tutorial shows how to uninstall readline.i686 on Oracle Linux 8:

$ sudo dnf remove readline.i686 $ sudo dnf autoremove

3. Information about the readline.i686 package on Oracle Linux 8

Last metadata expiration check: 1:36:16 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : readline
Version : 7.0
Release : 10.el8
Architecture : i686
Size : 206 k
Source : readline-7.0-10.el8.src.rpm
Repository : ol8_baseos_latest
Summary : A library for editing typed command lines
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 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.