How to Install and Uninstall perl-Class-Load Package on openSUSE Leap

Last updated: May 14,2024

1. Install "perl-Class-Load" package

Please follow the guidelines below to install perl-Class-Load on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Class-Load

2. Uninstall "perl-Class-Load" package

This guide covers the steps necessary to uninstall perl-Class-Load on openSUSE Leap:

$ sudo zypper remove perl-Class-Load

3. Information about the perl-Class-Load package on openSUSE Leap

Information for package perl-Class-Load:
----------------------------------------
Repository : Main Repository
Name : perl-Class-Load
Version : 0.25-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 42.9 KiB
Installed : No
Status : not installed
Source package : perl-Class-Load-0.25-bp155.2.12.src
Upstream URL : http://search.cpan.org/dist/Class-Load/
Summary : Working (Require "Class::Name") and More
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''.