How to Install and Uninstall perl-Thread-SigMask.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "perl-Thread-SigMask.x86_64" package

Please follow the guidelines below to install perl-Thread-SigMask.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Thread-SigMask.x86_64

2. Uninstall "perl-Thread-SigMask.x86_64" package

Please follow the instructions below to uninstall perl-Thread-SigMask.x86_64 on Fedora 36:

$ sudo dnf remove perl-Thread-SigMask.x86_64 $ sudo dnf autoremove

3. Information about the perl-Thread-SigMask.x86_64 package on Fedora 36

Last metadata expiration check: 1:12:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Thread-SigMask
Version : 0.004
Release : 28.fc36
Architecture : x86_64
Size : 24 k
Source : perl-Thread-SigMask-0.004-28.fc36.src.rpm
Repository : fedora
Summary : Thread specific signal masks
URL : https://metacpan.org/release/Thread-SigMask
License : GPL+ or Artistic
Description : This module provides per-thread signal masks. On non-threaded perls it will
: be effectively the same as POSIX::sigprocmask. The interface works exactly
: the same as sigprocmask.