How To Install perl-Parallel-Prefork on Fedora 36

In this tutorial we learn how to install perl-Parallel-Prefork in Fedora 36. perl-Parallel-Prefork is Simple prefork server framework

Introduction

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

What is perl-Parallel-Prefork

Parallel shutdown and run-time reconfiguration.

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

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

sudo dnf -y install perl-Parallel-Prefork

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

sudo yum -y install perl-Parallel-Prefork

How To Uninstall perl-Parallel-Prefork on Fedora 36

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

sudo dnf remove perl-Parallel-Prefork

perl-Parallel-Prefork Package Contents on Fedora 36

/usr/share/doc/perl-Parallel-Prefork
/usr/share/doc/perl-Parallel-Prefork/Changes
/usr/share/doc/perl-Parallel-Prefork/README
/usr/share/man/man3/Parallel::Prefork.3pm.gz
/usr/share/man/man3/Parallel::Prefork::SpareWorkers.3pm.gz
/usr/share/perl5/vendor_perl/Parallel
/usr/share/perl5/vendor_perl/Parallel/Prefork
/usr/share/perl5/vendor_perl/Parallel/Prefork.pm
/usr/share/perl5/vendor_perl/Parallel/Prefork/SpareWorkers
/usr/share/perl5/vendor_perl/Parallel/Prefork/SpareWorkers.pm
/usr/share/perl5/vendor_perl/Parallel/Prefork/SpareWorkers/Scoreboard.pm

References

Summary

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