How To Install perl-Parallel-Pipes on Fedora 36

In this tutorial we learn how to install perl-Parallel-Pipes in Fedora 36. perl-Parallel-Pipes is Parallel processing using pipes for communication and synchronization

Introduction

In this tutorial we learn how to install perl-Parallel-Pipes on Fedora 36.

What is perl-Parallel-Pipes

Parallel communication and synchronization by using pipe(2) and select(2).

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

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

sudo dnf -y install perl-Parallel-Pipes

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

sudo yum -y install perl-Parallel-Pipes

How To Uninstall perl-Parallel-Pipes on Fedora 36

To uninstall only the perl-Parallel-Pipes package we can use the following command:

sudo dnf remove perl-Parallel-Pipes

perl-Parallel-Pipes Package Contents on Fedora 36

/usr/share/doc/perl-Parallel-Pipes
/usr/share/doc/perl-Parallel-Pipes/Changes
/usr/share/licenses/perl-Parallel-Pipes
/usr/share/licenses/perl-Parallel-Pipes/LICENSE
/usr/share/man/man3/Parallel::Pipes.3pm.gz
/usr/share/man/man3/Parallel::Pipes::App.3pm.gz
/usr/share/perl5/vendor_perl/Parallel
/usr/share/perl5/vendor_perl/Parallel/Pipes
/usr/share/perl5/vendor_perl/Parallel/Pipes.pm
/usr/share/perl5/vendor_perl/Parallel/Pipes/App.pm

References

Summary

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