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

Last updated: April 28,2024

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

This tutorial shows how to install perl-Class-Inspector.noarch on Oracle 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 Oracle Linux 8:

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

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

Last metadata expiration check: 1:18:47 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Class-Inspector
Version : 1.32
Release : 2.el8
Architecture : noarch
Size : 37 k
Source : perl-Class-Inspector-1.32-2.el8.src.rpm
Repository : ol8_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.