How to Install and Uninstall perl-Class-ISA.noarch Package on Fedora 35

Last updated: October 07,2024

1. Install "perl-Class-ISA.noarch" package

This tutorial shows how to install perl-Class-ISA.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Class-ISA.noarch

2. Uninstall "perl-Class-ISA.noarch" package

Please follow the guidelines below to uninstall perl-Class-ISA.noarch on Fedora 35:

$ sudo dnf remove perl-Class-ISA.noarch $ sudo dnf autoremove

3. Information about the perl-Class-ISA.noarch package on Fedora 35

Last metadata expiration check: 1:26:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Class-ISA
Version : 0.36
Release : 1034.fc35
Architecture : noarch
Size : 12 k
Source : perl-Class-ISA-0.36-1034.fc35.src.rpm
Repository : fedora
Summary : Report the search path for a class's ISA tree
URL : https://metacpan.org/release/Class-ISA
License : GPL+ or Artistic
Description : This library provides functions that return the list (in order) of names of
: (super-)classes Perl would search to find a method, with no duplicates.