How to Install and Uninstall perl-Class-Load.noarch Package on Fedora 39
Last updated: November 25,2024
1. Install "perl-Class-Load.noarch" package
This is a short guide on how to install perl-Class-Load.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
perl-Class-Load.noarch
Copied
2. Uninstall "perl-Class-Load.noarch" package
This guide let you learn how to uninstall perl-Class-Load.noarch on Fedora 39:
$
sudo dnf remove
perl-Class-Load.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Class-Load.noarch package on Fedora 39
Last metadata expiration check: 3:23:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Class-Load
Version : 0.25
Release : 23.fc39
Architecture : noarch
Size : 27 k
Source : perl-Class-Load-0.25-23.fc39.src.rpm
Repository : fedora
Summary : A working (require "Class::Name") and more
URL : https://metacpan.org/release/Class-Load
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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'.
Available Packages
Name : perl-Class-Load
Version : 0.25
Release : 23.fc39
Architecture : noarch
Size : 27 k
Source : perl-Class-Load-0.25-23.fc39.src.rpm
Repository : fedora
Summary : A working (require "Class::Name") and more
URL : https://metacpan.org/release/Class-Load
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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'.