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

Last updated: May 06,2024

1. Install "perl-Class-C3" package

This guide covers the steps necessary to install perl-Class-C3 on openSUSE Leap

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

2. Uninstall "perl-Class-C3" package

This tutorial shows how to uninstall perl-Class-C3 on openSUSE Leap:

$ sudo zypper remove perl-Class-C3

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

Information for package perl-Class-C3:
--------------------------------------
Repository : Main Repository
Name : perl-Class-C3
Version : 0.35-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 65.0 KiB
Installed : No
Status : not installed
Source package : perl-Class-C3-0.35-bp155.2.11.src
Upstream URL : https://metacpan.org/release/Class-C3
Summary : Pragma to use the C3 method resolution order algorithm
Description :
This is pragma to change Perl 5's standard method resolution order from
depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3
method resolution order.
*NOTE:* YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is
integrated into perl version >= 5.9.5, and you should use MRO::Compat
instead, which will use the core implementation in newer perls, but
fallback to using this implementation on older perls.