How To Install perl-IO-TieCombine on Fedora 36

In this tutorial we learn how to install perl-IO-TieCombine in Fedora 36. perl-IO-TieCombine is Produce tied (and other) separate but combined variables

Introduction

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

What is perl-IO-TieCombine

This package allows you to tie separate variables into a combined whole, using ties and other magic. This can be very useful when, say, you want a unified output from various different things that return data in different ways (STDIN/ERR, scalars, handles, etc).

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

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

sudo dnf -y install perl-IO-TieCombine

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

sudo yum -y install perl-IO-TieCombine

How To Uninstall perl-IO-TieCombine on Fedora 36

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

sudo dnf remove perl-IO-TieCombine

perl-IO-TieCombine Package Contents on Fedora 36

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

References

Summary

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