How to Install and Uninstall perl-TermReadKey.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-TermReadKey.x86_64" package

Please follow the step by step instructions below to install perl-TermReadKey.x86_64 on Fedora 34

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

2. Uninstall "perl-TermReadKey.x86_64" package

Here is a brief guide to show you how to uninstall perl-TermReadKey.x86_64 on Fedora 34:

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

3. Information about the perl-TermReadKey.x86_64 package on Fedora 34

Last metadata expiration check: 1:15:00 ago on Tue Sep 6 08:10:37 2022.
Installed Packages
Name : perl-TermReadKey
Version : 2.38
Release : 9.fc34
Architecture : x86_64
Size : 64 k
Source : perl-TermReadKey-2.38-9.fc34.src.rpm
Repository : @System
From repo : fedora
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.