How To Install perl-IO-Pager on Fedora 36

In this tutorial we learn how to install perl-IO-Pager in Fedora 36. perl-IO-Pager is Select a pager and pipe text to it if destination is a TTY

Introduction

In this tutorial we learn how to install perl-IO-Pager on Fedora 36.

What is perl-IO-Pager

IO whether or not to pipe a file handle’s output to the pager.

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

Install perl-IO-Pager 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-IO-Pager using dnf by running the following command:

sudo dnf -y install perl-IO-Pager

Install perl-IO-Pager 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-IO-Pager using yum by running the following command:

sudo yum -y install perl-IO-Pager

How To Uninstall perl-IO-Pager on Fedora 36

To uninstall only the perl-IO-Pager package we can use the following command:

sudo dnf remove perl-IO-Pager

perl-IO-Pager Package Contents on Fedora 36

/usr/bin/tp
/usr/share/doc/perl-IO-Pager
/usr/share/doc/perl-IO-Pager/CHANGES
/usr/share/doc/perl-IO-Pager/README
/usr/share/doc/perl-IO-Pager/TODO
/usr/share/man/man1/tp.1.gz
/usr/share/man/man3/IO::Pager.3pm.gz
/usr/share/man/man3/IO::Pager::Buffered.3pm.gz
/usr/share/man/man3/IO::Pager::Page.3pm.gz
/usr/share/man/man3/IO::Pager::Perl.3pm.gz
/usr/share/man/man3/IO::Pager::Unbuffered.3pm.gz
/usr/share/man/man3/IO::Pager::less.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Pager
/usr/share/perl5/vendor_perl/IO/Pager.pm
/usr/share/perl5/vendor_perl/IO/Pager/Buffered.pm
/usr/share/perl5/vendor_perl/IO/Pager/Page.pm
/usr/share/perl5/vendor_perl/IO/Pager/Perl.pm
/usr/share/perl5/vendor_perl/IO/Pager/Unbuffered.pm
/usr/share/perl5/vendor_perl/IO/Pager/less.pm
/usr/share/perl5/vendor_perl/IO/Pager/tp

References

Summary

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