How to Install and Uninstall perl-Safe-Isa.noarch Package on Fedora 38

Last updated: October 30,2024

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

Please follow the step by step instructions below to install perl-Safe-Isa.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Safe-Isa.noarch on Fedora 38:

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

3. Information about the perl-Safe-Isa.noarch package on Fedora 38

Last metadata expiration check: 3:51:46 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Safe-Isa
Version : 1.000010
Release : 16.fc38
Architecture : noarch
Size : 14 k
Source : perl-Safe-Isa-1.000010-16.fc38.src.rpm
Repository : fedora
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.