How To Install perl-Thread-SigMask on Fedora 36

In this tutorial we learn how to install perl-Thread-SigMask in Fedora 36. perl-Thread-SigMask is Thread specific signal masks

Introduction

In this tutorial we learn how to install perl-Thread-SigMask on Fedora 36.

What is perl-Thread-SigMask

This module provides per-thread signal masks. On non-threaded perls it will be effectively the same as POSIX the same as sigprocmask.

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

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

sudo dnf -y install perl-Thread-SigMask

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

sudo yum -y install perl-Thread-SigMask

How To Uninstall perl-Thread-SigMask on Fedora 36

To uninstall only the perl-Thread-SigMask package we can use the following command:

sudo dnf remove perl-Thread-SigMask

perl-Thread-SigMask Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/175755711ad63f2c012dc847cc4794448cc60f
/usr/lib64/perl5/vendor_perl/Thread
/usr/lib64/perl5/vendor_perl/Thread/SigMask.pm
/usr/lib64/perl5/vendor_perl/auto/Thread
/usr/lib64/perl5/vendor_perl/auto/Thread/SigMask
/usr/lib64/perl5/vendor_perl/auto/Thread/SigMask/SigMask.so
/usr/share/doc/perl-Thread-SigMask
/usr/share/doc/perl-Thread-SigMask/Changes
/usr/share/doc/perl-Thread-SigMask/README
/usr/share/licenses/perl-Thread-SigMask
/usr/share/licenses/perl-Thread-SigMask/LICENSE
/usr/share/man/man3/Thread::SigMask.3pm.gz

References

Summary

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