How To Install perl-Signal-Mask on Fedora 36
Introduction
In this tutorial we learn how to install perl-Signal-Mask on Fedora 36.
What is perl-Signal-Mask
Signal It is used to fetch and/or change the signal mask of the calling process or thread. The signal mask is the set of signals whose delivery is currently blocked for the caller. It is available as the global hash Signal
We can use yum or dnf to install perl-Signal-Mask on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Signal-Mask.
Install perl-Signal-Mask 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-Signal-Mask using dnf by running the following command:
sudo dnf -y install perl-Signal-Mask
Install perl-Signal-Mask 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-Signal-Mask using yum by running the following command:
sudo yum -y install perl-Signal-Mask
How To Uninstall perl-Signal-Mask on Fedora 36
To uninstall only the perl-Signal-Mask package we can use the following command:
sudo dnf remove perl-Signal-Mask
perl-Signal-Mask Package Contents on Fedora 36
/usr/share/doc/perl-Signal-Mask
/usr/share/doc/perl-Signal-Mask/Changes
/usr/share/doc/perl-Signal-Mask/README
/usr/share/licenses/perl-Signal-Mask
/usr/share/licenses/perl-Signal-Mask/LICENSE
/usr/share/man/man3/Signal::Mask.3pm.gz
/usr/share/man/man3/Signal::Pending.3pm.gz
/usr/share/perl5/vendor_perl/Signal
/usr/share/perl5/vendor_perl/Signal/Mask.pm
/usr/share/perl5/vendor_perl/Signal/Pending.pm
References
Summary
In this tutorial we learn how to install perl-Signal-Mask on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).