How to Install and Uninstall perl-Algorithm-C3 Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Algorithm-C3" package

Here is a brief guide to show you how to install perl-Algorithm-C3 on openSuSE Tumbleweed

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

2. Uninstall "perl-Algorithm-C3" package

Please follow the instructions below to uninstall perl-Algorithm-C3 on openSuSE Tumbleweed:

$ sudo zypper remove perl-Algorithm-C3

3. Information about the perl-Algorithm-C3 package on openSuSE Tumbleweed

Information for package perl-Algorithm-C3:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Algorithm-C3
Version : 0.11-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 38.1 KiB
Installed : No
Status : not installed
Source package : perl-Algorithm-C3-0.11-1.16.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.