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

Last updated: October 11,2024

1. Install "editline.x86_64" package

This is a short guide on how to install editline.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install editline.x86_64

2. Uninstall "editline.x86_64" package

Please follow the steps below to uninstall editline.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove editline.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:32:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : editline
Version : 1.17.1
Release : 2.el9
Architecture : x86_64
Size : 28 k
Source : editline-1.17.1-2.el9.src.rpm
Repository : epel
Summary : A small compatible replacement for readline
URL : https://troglobit.com/projects/editline/
License : HSRL
Description : This is a line editing library for UNIX. It can be linked into almost
: any program to provide command line editing and history. It is call
: compatible with the FSF readline library, but is a fraction of the
: size (and offers fewer features).