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

Last updated: May 17,2024

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

This tutorial shows how to install perl-Class-Load.noarch on Oracle Linux 9

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

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

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

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

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

Last metadata expiration check: 2:55:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Class-Load
Version : 0.25
Release : 16.el9
Architecture : noarch
Size : 28 k
Source : perl-Class-Load-0.25-16.el9.src.rpm
Repository : epel
Summary : A working (require "Class::Name") and more
URL : https://metacpan.org/release/Class-Load
License : GPL+ or Artistic
Description : require EXPR only accepts Class/Name.pm style module names, not Class::Name.
: How frustrating! For that, we provide load_class 'Class::Name'.
:
: It's often useful to test whether a module can be loaded, instead of throwing
: an error when it's not available. For that, we provide
: try_load_class 'Class::Name'.
:
: Finally, sometimes we need to know whether a particular class has been loaded.
: Asking %INC is an option, but that will miss inner packages and any class for
: which the filename does not correspond to the package name. For that, we
: provide is_class_loaded 'Class::Name'.