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

Last updated: May 18,2024

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

Please follow the instructions below to install perl-Class-Load.noarch on Rocky Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-Class-Load.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:08:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Class-Load
Version : 0.25
Release : 9.el8
Architecture : noarch
Size : 37 k
Source : perl-Class-Load-0.25-9.el8.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'.