How To Install perl-Parallel-Scoreboard on Fedora 36

In this tutorial we learn how to install perl-Parallel-Scoreboard in Fedora 36. perl-Parallel-Scoreboard is Scoreboard for monitoring status of many processes

Introduction

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

What is perl-Parallel-Scoreboard

Parallel By using the module it is easy to create a monitor for many worker process, like the status module of the Apache HTTP server.

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

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

sudo dnf -y install perl-Parallel-Scoreboard

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

sudo yum -y install perl-Parallel-Scoreboard

How To Uninstall perl-Parallel-Scoreboard on Fedora 36

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

sudo dnf remove perl-Parallel-Scoreboard

perl-Parallel-Scoreboard Package Contents on Fedora 36

/usr/share/doc/perl-Parallel-Scoreboard
/usr/share/doc/perl-Parallel-Scoreboard/Changes
/usr/share/doc/perl-Parallel-Scoreboard/README
/usr/share/man/man3/Parallel::Scoreboard.3pm.gz
/usr/share/man/man3/Parallel::Scoreboard::PSGI::App.3pm.gz
/usr/share/man/man3/Parallel::Scoreboard::PSGI::App::JSON.3pm.gz
/usr/share/perl5/vendor_perl/Parallel
/usr/share/perl5/vendor_perl/Parallel/Scoreboard
/usr/share/perl5/vendor_perl/Parallel/Scoreboard.pm
/usr/share/perl5/vendor_perl/Parallel/Scoreboard/PSGI
/usr/share/perl5/vendor_perl/Parallel/Scoreboard/PSGI/App
/usr/share/perl5/vendor_perl/Parallel/Scoreboard/PSGI/App.pm
/usr/share/perl5/vendor_perl/Parallel/Scoreboard/PSGI/App/JSON.pm

References

Summary

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