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

Last updated: October 07,2024

1. Install "libedit.x86_64" package

Please follow the guidance below to install libedit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libedit.x86_64

2. Uninstall "libedit.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libedit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libedit.x86_64 $ sudo dnf autoremove

3. Information about the libedit.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:17:17 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : libedit
Version : 3.1
Release : 38.20210216cvs.el9
Architecture : x86_64
Size : 246 k
Source : libedit-3.1-38.20210216cvs.el9.src.rpm
Repository : @System
From repo : ubi-9-baseos-rpms
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.