How To Install perl-IO-Capture-Extended on Fedora 36

In this tutorial we learn how to install perl-IO-Capture-Extended in Fedora 36. perl-IO-Capture-Extended is Extend functionality of IO

Introduction

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

What is perl-IO-Capture-Extended

IO which is a collection of subroutines which are useful in extending the functionality of CPAN modules IO particularly when used in a testing context such as that provided by Test

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

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

sudo dnf -y install perl-IO-Capture-Extended

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

sudo yum -y install perl-IO-Capture-Extended

How To Uninstall perl-IO-Capture-Extended on Fedora 36

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

sudo dnf remove perl-IO-Capture-Extended

perl-IO-Capture-Extended Package Contents on Fedora 36

/usr/share/doc/perl-IO-Capture-Extended
/usr/share/doc/perl-IO-Capture-Extended/Changes
/usr/share/doc/perl-IO-Capture-Extended/README.md
/usr/share/licenses/perl-IO-Capture-Extended
/usr/share/licenses/perl-IO-Capture-Extended/LICENSE
/usr/share/man/man3/IO::Capture::Extended.3pm.gz
/usr/share/man/man3/IO::Capture::Extended::Overview.3pm.gz
/usr/share/man/man3/IO::Capture::Stderr::Extended.3pm.gz
/usr/share/man/man3/IO::Capture::Stdout::Extended.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Capture
/usr/share/perl5/vendor_perl/IO/Capture/Extended
/usr/share/perl5/vendor_perl/IO/Capture/Extended.pm
/usr/share/perl5/vendor_perl/IO/Capture/Extended/Overview.pm
/usr/share/perl5/vendor_perl/IO/Capture/Stderr
/usr/share/perl5/vendor_perl/IO/Capture/Stderr/Extended.pm
/usr/share/perl5/vendor_perl/IO/Capture/Stdout
/usr/share/perl5/vendor_perl/IO/Capture/Stdout/Extended.pm

References

Summary

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