How to Install and Uninstall libedit.i686 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "libedit.i686" package

Please follow the step by step instructions below to install libedit.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libedit.i686

2. Uninstall "libedit.i686" package

Please follow the instructions below to uninstall libedit.i686 on Oracle Linux 9:

$ sudo dnf remove libedit.i686 $ sudo dnf autoremove

3. Information about the libedit.i686 package on Oracle Linux 9

Last metadata expiration check: 1:47:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libedit
Version : 3.1
Release : 38.20210216cvs.el9
Architecture : i686
Size : 112 k
Source : libedit-3.1-38.20210216cvs.el9.src.rpm
Repository : ol9_baseos_latest
Summary : The NetBSD Editline library
URL : https://www.thrysoee.dk/editline/
License : BSD
Description : Libedit is an autotool- and libtoolized port of the NetBSD Editline library.
: It provides generic line editing, history, and tokenization functions, similar
: to those found in GNU Readline.