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

Last updated: June 08,2024

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

Here is a brief guide to show you how to install perl-Class-C3.noarch on CentOS 8 / RHEL 8

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

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

This guide let you learn how to uninstall perl-Class-C3.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 6:32:22 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Class-C3
Version : 0.34
Release : 1.el8
Architecture : noarch
Size : 35 k
Source : perl-Class-C3-0.34-1.el8.src.rpm
Repository : epel
Summary : Pragma to use the C3 method resolution order algorithm
URL : https://metacpan.org/release/Class-C3
License : GPL+ or Artistic
Description : This is a 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.