How To Install perl-Proc-Wait3 on Fedora 36

In this tutorial we learn how to install perl-Proc-Wait3 in Fedora 36. perl-Proc-Wait3 is Perl extension for wait3 system call

Introduction

In this tutorial we learn how to install perl-Proc-Wait3 on Fedora 36.

What is perl-Proc-Wait3

If any child processes have exited, this call will “reap” the zombies similar to the perl “wait” function.

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

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

sudo dnf -y install perl-Proc-Wait3

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

sudo yum -y install perl-Proc-Wait3

How To Uninstall perl-Proc-Wait3 on Fedora 36

To uninstall only the perl-Proc-Wait3 package we can use the following command:

sudo dnf remove perl-Proc-Wait3

perl-Proc-Wait3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/e47867f748d520c6d95a3e97bbe2bf4cd07a28
/usr/lib64/perl5/vendor_perl/Proc
/usr/lib64/perl5/vendor_perl/Proc/Wait3.pm
/usr/lib64/perl5/vendor_perl/auto/Proc
/usr/lib64/perl5/vendor_perl/auto/Proc/Wait3
/usr/lib64/perl5/vendor_perl/auto/Proc/Wait3/Wait3.so
/usr/share/doc/perl-Proc-Wait3
/usr/share/doc/perl-Proc-Wait3/Changes
/usr/share/doc/perl-Proc-Wait3/README
/usr/share/licenses/perl-Proc-Wait3
/usr/share/licenses/perl-Proc-Wait3/LICENSE
/usr/share/man/man3/Proc::Wait3.3pm.gz

References

Summary

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