How to Install and Uninstall perl-Signal-Mask.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "perl-Signal-Mask.noarch" package

Please follow the instructions below to install perl-Signal-Mask.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Signal-Mask.noarch

2. Uninstall "perl-Signal-Mask.noarch" package

Here is a brief guide to show you how to uninstall perl-Signal-Mask.noarch on Fedora 35:

$ sudo dnf remove perl-Signal-Mask.noarch $ sudo dnf autoremove

3. Information about the perl-Signal-Mask.noarch package on Fedora 35

Last metadata expiration check: 2:43:41 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Signal-Mask
Version : 0.008
Release : 23.fc35
Architecture : noarch
Size : 21 k
Source : perl-Signal-Mask-0.008-23.fc35.src.rpm
Repository : fedora
Summary : Signal masks made easy
URL : https://metacpan.org/release/Signal-Mask
License : GPL+ or Artistic
Description : Signal::Mask is an abstraction around your process or thread signal mask.
: 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::Mask.