How to Install and Uninstall perl-Class-ISA.noarch Package on CentOS Stream 8

Last updated: November 01,2024

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

In this section, we are going to explain the necessary steps to install perl-Class-ISA.noarch on CentOS Stream 8

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

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

Please follow the steps below to uninstall perl-Class-ISA.noarch on CentOS Stream 8:

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

3. Information about the perl-Class-ISA.noarch package on CentOS Stream 8

Last metadata expiration check: 1:16:58 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Class-ISA
Version : 0.36
Release : 1022.el8
Architecture : noarch
Size : 15 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.