How To Install perl-Test-SharedFork on Rocky Linux 8

In this tutorial we learn how to install perl-Test-SharedFork on Rocky Linux 8. perl-Test-SharedFork is Fork test

Introduction

In this tutorial we learn how to install perl-Test-SharedFork on Rocky Linux 8.

What is perl-Test-SharedFork

Test by keeping the test count consistent between parent and child processes.

We can use yum or dnf to install perl-Test-SharedFork on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-SharedFork.

Install perl-Test-SharedFork on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Test-SharedFork using dnf by running the following command:

sudo dnf -y install perl-Test-SharedFork

Install perl-Test-SharedFork on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Test-SharedFork using yum by running the following command:

sudo yum -y install perl-Test-SharedFork

How To Uninstall perl-Test-SharedFork on Rocky Linux 8

To uninstall only the perl-Test-SharedFork package we can use the following command:

sudo dnf remove perl-Test-SharedFork

perl-Test-SharedFork Package Contents on Rocky Linux 8

/usr/share/doc/perl-Test-SharedFork
/usr/share/doc/perl-Test-SharedFork/Changes
/usr/share/licenses/perl-Test-SharedFork
/usr/share/licenses/perl-Test-SharedFork/LICENSE
/usr/share/man/man3/Test::SharedFork.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/SharedFork
/usr/share/perl5/vendor_perl/Test/SharedFork.pm
/usr/share/perl5/vendor_perl/Test/SharedFork/Array.pm
/usr/share/perl5/vendor_perl/Test/SharedFork/Scalar.pm
/usr/share/perl5/vendor_perl/Test/SharedFork/Store.pm

References

Summary

In this tutorial we learn how to install perl-Test-SharedFork on Rocky Linux 8 using yum and dnf.