How to Install and Uninstall perl-TermReadKey.src Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "perl-TermReadKey.src" package

This guide covers the steps necessary to install perl-TermReadKey.src on Oracle Linux 9

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

2. Uninstall "perl-TermReadKey.src" package

Here is a brief guide to show you how to uninstall perl-TermReadKey.src on Oracle Linux 9:

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

3. Information about the perl-TermReadKey.src package on Oracle Linux 9

Last metadata expiration check: 3:01:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-TermReadKey
Version : 2.38
Release : 11.el9
Architecture : src
Size : 95 k
Source : None
Repository : ol9_appstream
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.