How To Install perl-Future-IO on Fedora 36

In this tutorial we learn how to install perl-Future-IO in Fedora 36. perl-Future-IO is Future-returning IO core methods

Introduction

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

What is perl-Future-IO

This package provides a few basic methods that behave similarly to the same-named core perl functions relating to IO operations but yield their results asynchronously via Future instances.

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

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

sudo dnf -y install perl-Future-IO

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

sudo yum -y install perl-Future-IO

How To Uninstall perl-Future-IO on Fedora 36

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

sudo dnf remove perl-Future-IO

perl-Future-IO Package Contents on Fedora 36

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

References

Summary

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