How to Install and Uninstall perl-TermReadKey.x86_64 Package on Amazon Linux 2

Last updated: May 11,2024

1. Install "perl-TermReadKey.x86_64" package

This is a short guide on how to install perl-TermReadKey.x86_64 on Amazon Linux 2

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

2. Uninstall "perl-TermReadKey.x86_64" package

Please follow the guidance below to uninstall perl-TermReadKey.x86_64 on Amazon Linux 2:

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

3. Information about the perl-TermReadKey.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-TermReadKey
Arch : x86_64
Version : 2.30
Release : 20.amzn2.0.2
Size : 59 k
Repo : installed
From repo : amzn2-core
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.