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

Last updated: October 06,2024

1. Install "perl-TermReadKey.x86_64" package

In this section, we are going to explain the necessary steps to install perl-TermReadKey.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-TermReadKey.x86_64

2. Uninstall "perl-TermReadKey.x86_64" package

This guide let you learn how to uninstall perl-TermReadKey.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:36:16 ago on Mon Feb 26 07:04:30 2024.
Installed Packages
Name : perl-TermReadKey
Version : 2.38
Release : 11.el9
Architecture : x86_64
Size : 65 k
Source : perl-TermReadKey-2.38-11.el9.src.rpm
Repository : @System
From repo : ubi-9-appstream-rpms
Summary : A perl module for simple terminal control
URL : https://metacpan.org/release/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.