How to Install and Uninstall perl-Class-Inspector.noarch Package on Oracle Linux 9

Last updated: May 18,2024

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

In this section, we are going to explain the necessary steps to install perl-Class-Inspector.noarch on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-Class-Inspector.noarch on Oracle Linux 9:

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

3. Information about the perl-Class-Inspector.noarch package on Oracle Linux 9

Last metadata expiration check: 2:18:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Class-Inspector
Version : 1.36
Release : 7.el9
Architecture : noarch
Size : 38 k
Source : perl-Class-Inspector-1.36-7.el9.src.rpm
Repository : ol9_appstream
Summary : Get information about a class and its structure
URL : https://metacpan.org/release/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.