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

Last updated: September 21,2024

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

Please follow the step by step instructions below to install perl-Thread-SigMask.x86_64 on Fedora 34

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

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

Please follow the steps below to uninstall perl-Thread-SigMask.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:25:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Thread-SigMask
Version : 0.004
Release : 25.fc34
Architecture : x86_64
Size : 24 k
Source : perl-Thread-SigMask-0.004-25.fc34.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.