How to Install and Uninstall perl-Algorithm-C3.noarch Package on Fedora 36

Last updated: May 06,2024

1. Install "perl-Algorithm-C3.noarch" package

Please follow the steps below to install perl-Algorithm-C3.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Algorithm-C3.noarch

2. Uninstall "perl-Algorithm-C3.noarch" package

This guide let you learn how to uninstall perl-Algorithm-C3.noarch on Fedora 36:

$ sudo dnf remove perl-Algorithm-C3.noarch $ sudo dnf autoremove

3. Information about the perl-Algorithm-C3.noarch package on Fedora 36

Last metadata expiration check: 5:31:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Algorithm-C3
Version : 0.11
Release : 6.fc36
Architecture : noarch
Size : 24 k
Source : perl-Algorithm-C3-0.11-6.fc36.src.rpm
Repository : fedora
Summary : Module for merging hierarchies using the C3 algorithm
URL : https://metacpan.org/release/Algorithm-C3
License : GPL+ or Artistic
Description : This module implements the C3 algorithm. 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.