How to Install and Uninstall perl-Sys-SigAction.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "perl-Sys-SigAction.noarch" package

Here is a brief guide to show you how to install perl-Sys-SigAction.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Sys-SigAction.noarch

2. Uninstall "perl-Sys-SigAction.noarch" package

Please follow the step by step instructions below to uninstall perl-Sys-SigAction.noarch on Fedora 36:

$ sudo dnf remove perl-Sys-SigAction.noarch $ sudo dnf autoremove

3. Information about the perl-Sys-SigAction.noarch package on Fedora 36

Last metadata expiration check: 2:45:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Sys-SigAction
Version : 0.23
Release : 17.fc36
Architecture : noarch
Size : 33 k
Source : perl-Sys-SigAction-0.23-17.fc36.src.rpm
Repository : fedora
Summary : Perl extension for Consistent Signal Handling
URL : https://metacpan.org/release/Sys-SigAction
License : GPL+ or Artistic
Description : Sys::SigAction provides EASY access to POSIX::sigaction() for signal
: handling on systems that support sigaction().
: It is hoped that with the use of this module, your signal handling
: behavior can be coded in a way that does not change from one perl
: version to the next, and that sigaction() will be easier for you to use.