How to Install and Uninstall libedit.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "libedit.x86_64" package

Please follow the guidelines below to install libedit.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libedit.x86_64

2. Uninstall "libedit.x86_64" package

Please follow the steps below to uninstall libedit.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libedit.x86_64 $ sudo yum autoremove

3. Information about the libedit.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libedit
Arch : x86_64
Version : 3.0
Release : 12.20121213cvs.el7
Size : 239 k
Repo : installed
From repo : anaconda
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.