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

Last updated: May 16,2024

1. Install "perl-Algorithm-C3" package

Here is a brief guide to show you how to install perl-Algorithm-C3 on openSUSE Leap

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

2. Uninstall "perl-Algorithm-C3" package

Learn how to uninstall perl-Algorithm-C3 on openSUSE Leap:

$ sudo zypper remove perl-Algorithm-C3

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

Information for package perl-Algorithm-C3:
------------------------------------------
Repository : Main Repository
Name : perl-Algorithm-C3
Version : 0.11-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 38.3 KiB
Installed : No
Status : not installed
Source package : perl-Algorithm-C3-0.11-bp155.2.12.src
Upstream URL : https://metacpan.org/release/Algorithm-C3
Summary : Module for merging hierarchies using the C3 algorithm
Description :
This module implements the C3 algorithm. I have broken this out into it's
own module because I found myself copying and pasting it way too often for
various needs. Most of the uses I have for C3 revolve around class building
and metamodels, but it could also be used for things like dependency
resolution as well since it tends to do such a nice job of preserving local
precedence orderings.
Below is a brief explanation of C3 taken from the Class::C3 module. For
more detailed information, see the SEE ALSO section and the links there.