How to Install and Uninstall perl-Safe-Isa.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "perl-Safe-Isa.noarch" package

Please follow the instructions below to install perl-Safe-Isa.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Safe-Isa.noarch

2. Uninstall "perl-Safe-Isa.noarch" package

This guide covers the steps necessary to uninstall perl-Safe-Isa.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Safe-Isa.noarch $ sudo dnf autoremove

3. Information about the perl-Safe-Isa.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:23:11 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Safe-Isa
Version : 1.000010
Release : 1.el8
Architecture : noarch
Size : 17 k
Source : perl-Safe-Isa-1.000010-1.el8.src.rpm
Repository : epel
Summary : Call isa, can, does and DOES safely on things that may not be objects
URL : https://metacpan.org/release/Safe-Isa
License : GPL+ or Artistic
Description : This module allows you to call isa, can, does and DOES safely on things that
: may not be objects, without the risk of crashing.