How to Install and Uninstall perl-Term-ReadLine-Perl.noarch Package on Fedora 36

Last updated: July 03,2024

1. Install "perl-Term-ReadLine-Perl.noarch" package

Here is a brief guide to show you how to install perl-Term-ReadLine-Perl.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Term-ReadLine-Perl.noarch

2. Uninstall "perl-Term-ReadLine-Perl.noarch" package

Learn how to uninstall perl-Term-ReadLine-Perl.noarch on Fedora 36:

$ sudo dnf remove perl-Term-ReadLine-Perl.noarch $ sudo dnf autoremove

3. Information about the perl-Term-ReadLine-Perl.noarch package on Fedora 36

Last metadata expiration check: 4:51:03 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Term-ReadLine-Perl
Version : 1.0303
Release : 30.fc36
Architecture : noarch
Size : 51 k
Source : perl-Term-ReadLine-Perl-1.0303-30.fc36.src.rpm
Repository : fedora
Summary : Readline implementation in Perl
URL : https://metacpan.org/release/Term-ReadLine-Perl
License : GPL+ or Artistic
Description : This is a quick implementation of the minimal interface to Readline libraries.
: The implementation is made in Perl (mostly) by Jeffrey Friedl. The only thing
: this library does is to make it conformant (and add some minimal changes, like
: using Term::ReadKey if present, and correct work under xterm).