How To Install perl-Sys-SigAction on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Sys-SigAction
on Rocky Linux 8.
What is perl-Sys-SigAction
Sys 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.
We can use yum
or dnf
to install perl-Sys-SigAction
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Sys-SigAction.
Install perl-Sys-SigAction on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Sys-SigAction
using dnf
by running the following command:
sudo dnf -y install perl-Sys-SigAction
Install perl-Sys-SigAction on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Sys-SigAction
using yum
by running the following command:
sudo yum -y install perl-Sys-SigAction
How To Uninstall perl-Sys-SigAction on Rocky Linux 8
To uninstall only the perl-Sys-SigAction
package we can use the following command:
sudo dnf remove perl-Sys-SigAction
perl-Sys-SigAction Package Contents on Rocky Linux 8
/usr/share/doc/perl-Sys-SigAction
/usr/share/doc/perl-Sys-SigAction/Changes
/usr/share/doc/perl-Sys-SigAction/README
/usr/share/doc/perl-Sys-SigAction/dbd-oracle-timeout.man
/usr/share/man/man3/Sys::SigAction.3pm.gz
/usr/share/perl5/vendor_perl/Sys
/usr/share/perl5/vendor_perl/Sys/SigAction
/usr/share/perl5/vendor_perl/Sys/SigAction.pm
/usr/share/perl5/vendor_perl/Sys/SigAction/Alarm.pm
References
Summary
In this tutorial we learn how to install perl-Sys-SigAction
on Rocky Linux 8 using yum and dnf.