How to Install and Uninstall libedit.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "libedit.i686" package

Please follow the instructions below to install libedit.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libedit.i686

2. Uninstall "libedit.i686" package

This tutorial shows how to uninstall libedit.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libedit.i686 $ sudo dnf autoremove

3. Information about the libedit.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:08:35 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libedit
Version : 3.1
Release : 23.20170329cvs.el8
Architecture : i686
Size : 106 k
Source : libedit-3.1-23.20170329cvs.el8.src.rpm
Repository : ubi-8-baseos-rpms
Summary : The NetBSD Editline library
URL : http://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.