How to Install and Uninstall perl-Pod-Coverage-Moose.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Pod-Coverage-Moose.noarch" package

Please follow the guidance below to install perl-Pod-Coverage-Moose.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Pod-Coverage-Moose.noarch

2. Uninstall "perl-Pod-Coverage-Moose.noarch" package

Please follow the guidelines below to uninstall perl-Pod-Coverage-Moose.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Pod-Coverage-Moose.noarch $ sudo dnf autoremove

3. Information about the perl-Pod-Coverage-Moose.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:37:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Pod-Coverage-Moose
Version : 0.07
Release : 13.el9
Architecture : noarch
Size : 23 k
Source : perl-Pod-Coverage-Moose-0.07-13.el9.src.rpm
Repository : epel
Summary : Pod::Coverage extension for Moose
URL : https://metacpan.org/release/Pod-Coverage-Moose
License : GPL+ or Artistic
Description : When using Pod::Coverage in combination with Moose, it will report any
: method imported from a Role. This is especially bad when used in
: combination with Test::Pod::Coverage, since it takes away its ease of use.