How To Install perl-IO-Tee on Fedora 36

In this tutorial we learn how to install perl-IO-Tee in Fedora 36. perl-IO-Tee is Multiplex output to multiple output handles

Introduction

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

What is perl-IO-Tee

IO ways. The first way is to multiplex output to zero or more output handles. The IO handle that can be written to. When written to (using print or printf), the IO passed to the constructor. As a shortcut, you can also directly pass a string or an array reference to the constructor, in which case IO

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

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

sudo dnf -y install perl-IO-Tee

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

sudo yum -y install perl-IO-Tee

How To Uninstall perl-IO-Tee on Fedora 36

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

sudo dnf remove perl-IO-Tee

perl-IO-Tee Package Contents on Fedora 36

/usr/share/doc/perl-IO-Tee
/usr/share/doc/perl-IO-Tee/Changes
/usr/share/doc/perl-IO-Tee/README
/usr/share/licenses/perl-IO-Tee
/usr/share/licenses/perl-IO-Tee/LICENSE
/usr/share/man/man3/IO::Tee.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Tee.pm

References

Summary

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