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

Last updated: July 07,2024

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

Learn how to install perl-Class-Inspector.src on Oracle Linux 8

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

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

This is a short guide on how to uninstall perl-Class-Inspector.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:21:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Class-Inspector
Version : 1.32
Release : 2.el8
Architecture : src
Size : 41 k
Source : None
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.