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

Last updated: November 28,2024

1. Install "readline.src" package

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

$ sudo dnf update $ sudo dnf install readline.src

2. Uninstall "readline.src" package

This is a short guide on how to uninstall readline.src on Oracle Linux 8:

$ sudo dnf remove readline.src $ sudo dnf autoremove

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

Last metadata expiration check: 5:17:46 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : readline
Version : 7.0
Release : 10.el8
Architecture : src
Size : 2.8 M
Source : None
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.