How to Install and Uninstall perl-Pod-Coverage.noarch Package on Fedora 36

Last updated: October 08,2024

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

Please follow the instructions below to install perl-Pod-Coverage.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Pod-Coverage.noarch on Fedora 36:

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

3. Information about the perl-Pod-Coverage.noarch package on Fedora 36

Last metadata expiration check: 0:39:11 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Pod-Coverage
Version : 0.23
Release : 26.fc36
Architecture : noarch
Size : 27 k
Source : perl-Pod-Coverage-0.23-26.fc36.src.rpm
Repository : fedora
Summary : Checks if the documentation of a module is comprehensive
URL : https://metacpan.org/release/Pod-Coverage
License : GPL+ or Artistic
Description : Developers hate writing documentation. They'd hate it even more if their
: computer tattled on them, but maybe they'll be even more thankful in the
: long run. Even if not, perlmodstyle tells you to, so you must obey.
:
: This module provides a mechanism for determining if the pod for a given
: module is comprehensive.