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

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Safe-Isa.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall perl-Safe-Isa.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:04:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Safe-Isa
Version : 1.000010
Release : 13.fc36
Architecture : noarch
Size : 15 k
Source : perl-Safe-Isa-1.000010-13.fc36.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.