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

Last updated: October 06,2024

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

Please follow the guidance below to install perl-Term-ReadLine-Perl.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 2:33:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Term-ReadLine-Perl
Version : 1.0303
Release : 27.fc34
Architecture : noarch
Size : 51 k
Source : perl-Term-ReadLine-Perl-1.0303-27.fc34.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).