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

Last updated: November 25,2024

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

This guide covers the steps necessary to install perl-Pod-Coverage.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Pod-Coverage.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:30:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Pod-Coverage
Version : 0.23
Release : 25.fc35
Architecture : noarch
Size : 27 k
Source : perl-Pod-Coverage-0.23-25.fc35.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.