How to Install and Uninstall perl-UNIVERSAL-isa.noarch Package on Fedora 39

Last updated: September 22,2024

1. Install "perl-UNIVERSAL-isa.noarch" package

Here is a brief guide to show you how to install perl-UNIVERSAL-isa.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-UNIVERSAL-isa.noarch

2. Uninstall "perl-UNIVERSAL-isa.noarch" package

Please follow the step by step instructions below to uninstall perl-UNIVERSAL-isa.noarch on Fedora 39:

$ sudo dnf remove perl-UNIVERSAL-isa.noarch $ sudo dnf autoremove

3. Information about the perl-UNIVERSAL-isa.noarch package on Fedora 39

Last metadata expiration check: 3:55:45 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-UNIVERSAL-isa
Version : 1.20171012
Release : 17.fc39
Architecture : noarch
Size : 21 k
Source : perl-UNIVERSAL-isa-1.20171012-17.fc39.src.rpm
Repository : fedora
Summary : Hack around module authors using UNIVERSAL::isa as a function
URL : https://metacpan.org/release/UNIVERSAL-isa
License : GPL+ or Artistic
Description : Whenever you use "isa" in UNIVERSAL as a function, a kitten using
: Test::MockObject dies. Normally, the kittens would be helpless, but
: if they use UNIVERSAL::isa (the module whose docs you are reading),
: the kittens can live long and prosper.
:
: This module replaces UNIVERSAL::isa with a version that makes sure
: that if it's called as a function on objects which override isa,
: isa will be called on those objects as a method.
:
: In all other cases the real UNIVERSAL::isa is just called directly.