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

Last updated: September 19,2024

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

Please follow the guidelines below to install perl-Class-Inspector.noarch on Rocky Linux 8

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

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

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

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

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

Last metadata expiration check: 0:29:59 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Class-Inspector
Version : 1.32
Release : 2.el8
Architecture : noarch
Size : 35 k
Source : perl-Class-Inspector-1.32-2.el8.src.rpm
Repository : appstream
Summary : Get information about a class and its structure
URL : http://search.cpan.org/dist/Class-Inspector/
License : GPL+ or Artistic
Description : Class::Inspector allows you to get information about a loaded class.
: Most or all of this information can be found in other ways, but they aren't
: always very friendly, and usually involve a relatively high level of Perl
: wizardry, or strange and unusual looking code. Class::Inspector attempts to
: provide an easier, more friendly interface to this information.