How to Install and Uninstall perl-TermReadKey.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-TermReadKey.x86_64" package

Please follow the instructions below to install perl-TermReadKey.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-TermReadKey.x86_64

2. Uninstall "perl-TermReadKey.x86_64" package

Please follow the instructions below to uninstall perl-TermReadKey.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove perl-TermReadKey.x86_64 $ sudo yum autoremove

3. Information about the perl-TermReadKey.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-TermReadKey
Arch : x86_64
Version : 2.30
Release : 20.el7
Size : 59 k
Repo : installed
From repo : base
Summary : A perl module for simple terminal control
URL : http://search.cpan.org/~jstowe/TermReadKey/
License : (Copyright only) and (Artistic or GPL+)
Description : Term::ReadKey is a compiled perl module dedicated to providing
: simple control over terminal driver modes (cbreak, raw, cooked,
: etc.) support for non-blocking reads, if the architecture allows,
: and some generalized handy functions for working with terminals.
: One of the main goals is to have the functions as portable as
: possible, so you can just plug in "use Term::ReadKey" on any
: architecture and have a good likelyhood of it working.