How To Install perl-Term-ReadLine-Perl on Fedora 36

In this tutorial we learn how to install perl-Term-ReadLine-Perl in Fedora 36. perl-Term-ReadLine-Perl is Readline implementation in Perl

Introduction

In this tutorial we learn how to install perl-Term-ReadLine-Perl on Fedora 36.

What is perl-Term-ReadLine-Perl

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

We can use yum or dnf to install perl-Term-ReadLine-Perl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Term-ReadLine-Perl.

Install perl-Term-ReadLine-Perl on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Term-ReadLine-Perl using dnf by running the following command:

sudo dnf -y install perl-Term-ReadLine-Perl

Install perl-Term-ReadLine-Perl on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Term-ReadLine-Perl using yum by running the following command:

sudo yum -y install perl-Term-ReadLine-Perl

How To Uninstall perl-Term-ReadLine-Perl on Fedora 36

To uninstall only the perl-Term-ReadLine-Perl package we can use the following command:

sudo dnf remove perl-Term-ReadLine-Perl

perl-Term-ReadLine-Perl Package Contents on Fedora 36

/usr/share/doc/perl-Term-ReadLine-Perl
/usr/share/doc/perl-Term-ReadLine-Perl/CHANGES
/usr/share/doc/perl-Term-ReadLine-Perl/README
/usr/share/perl5/vendor_perl/Term
/usr/share/perl5/vendor_perl/Term/ReadLine
/usr/share/perl5/vendor_perl/Term/ReadLine/Perl.pm
/usr/share/perl5/vendor_perl/Term/ReadLine/readline.pm

References

Summary

In this tutorial we learn how to install perl-Term-ReadLine-Perl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).