How to Install and Uninstall perl-IPC-Signal.noarch Package on Oracle Linux 9

Last updated: October 01,2024

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

In this section, we are going to explain the necessary steps to install perl-IPC-Signal.noarch on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-IPC-Signal.noarch on Oracle Linux 9:

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

3. Information about the perl-IPC-Signal.noarch package on Oracle Linux 9

Last metadata expiration check: 0:59:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-IPC-Signal
Version : 1.00
Release : 39.el9
Architecture : noarch
Size : 12 k
Source : perl-IPC-Signal-1.00-39.el9.src.rpm
Repository : epel
Summary : Utility functions dealing with signals for Perl
URL : https://metacpan.org/release/IPC-Signal
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This Perl module contains utility functions for dealing with signals.
: Currently these are just translating between signal names and signal
: numbers and vice versa.