How to Install and Uninstall perl-TermReadKey.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-TermReadKey.x86_64" package

This guide covers the steps necessary to install perl-TermReadKey.x86_64 on Rocky Linux 8

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

2. Uninstall "perl-TermReadKey.x86_64" package

Please follow the step by step instructions below to uninstall perl-TermReadKey.x86_64 on Rocky Linux 8:

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

3. Information about the perl-TermReadKey.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:54:07 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : perl-TermReadKey
Version : 2.37
Release : 7.el8
Architecture : x86_64
Size : 64 k
Source : perl-TermReadKey-2.37-7.el8.src.rpm
Repository : @System
From repo : appstream
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.