How to Install and Uninstall perl-Algorithm-C3.noarch Package on CentOS 8 / RHEL 8

Last updated: March 01,2025

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

Please follow the guidelines below to install perl-Algorithm-C3.noarch on CentOS 8 / RHEL 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Algorithm-C3.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-Algorithm-C3.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:30:29 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Algorithm-C3
Version : 0.10
Release : 16.el8
Architecture : noarch
Size : 26 k
Source : perl-Algorithm-C3-0.10-16.el8.src.rpm
Repository : epel
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.