How to Install and Uninstall perl-Class-ISA.noarch Package on Rocky Linux 8

Last updated: June 26,2024

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

Please follow the instructions below to install perl-Class-ISA.noarch on Rocky Linux 8

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

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

This guide covers the steps necessary to uninstall perl-Class-ISA.noarch on Rocky Linux 8:

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

3. Information about the perl-Class-ISA.noarch package on Rocky Linux 8

Last metadata expiration check: 1:57:03 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Class-ISA
Version : 0.36
Release : 1022.el8
Architecture : noarch
Size : 14 k
Source : perl-Class-ISA-0.36-1022.el8.src.rpm
Repository : appstream
Summary : Report the search path for a class's ISA tree
URL : http://search.cpan.org/dist/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.