How to Install and Uninstall perl-MRO-Compat.noarch Package on CentOS Stream 8

Last updated: May 01,2024

1. Install "perl-MRO-Compat.noarch" package

This guide let you learn how to install perl-MRO-Compat.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-MRO-Compat.noarch

2. Uninstall "perl-MRO-Compat.noarch" package

This guide covers the steps necessary to uninstall perl-MRO-Compat.noarch on CentOS Stream 8:

$ sudo dnf remove perl-MRO-Compat.noarch $ sudo dnf autoremove

3. Information about the perl-MRO-Compat.noarch package on CentOS Stream 8

Last metadata expiration check: 4:09:28 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-MRO-Compat
Version : 0.13
Release : 4.el8
Architecture : noarch
Size : 24 k
Source : perl-MRO-Compat-0.13-4.el8.src.rpm
Repository : appstream
Summary : Mro::* interface compatibility for Perls < 5.9.5
URL : http://search.cpan.org/dist/MRO-Compat/
License : GPL+ or Artistic
Description : The "mro" namespace provides several utilities for dealing with method
: resolution order and method caching in general in Perl 5.9.5 and higher.
: This module provides those interfaces for earlier versions of Perl (back
: to 5.6.0 anyways).
:
: It is a harmless no-op to use this module on 5.9.5+. That is to say,
: code which properly uses MRO::Compat will work unmodified on both older
: Perls and 5.9.5+.
:
: If you're writing a piece of software that would like to use the parts
: of 5.9.5+'s mro:: interfaces that are supported here, and you want
: compatibility with older Perls, this is the module for you.