How to Install and Uninstall editline.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 19,2024

1. Install "editline.x86_64" package

This guide covers the steps necessary to install editline.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install editline.x86_64

2. Uninstall "editline.x86_64" package

Please follow the instructions below to uninstall editline.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove editline.x86_64 $ sudo dnf autoremove

3. Information about the editline.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:17:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : editline
Version : 1.17.1
Release : 2.el8
Architecture : x86_64
Size : 26 k
Source : editline-1.17.1-2.el8.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).