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

Last updated: October 10,2024

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

Learn how to install perl-Pod-Coverage.noarch on Fedora 34

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

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

This is a short guide on how to uninstall perl-Pod-Coverage.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:07:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Pod-Coverage
Version : 0.23
Release : 23.fc34
Architecture : noarch
Size : 27 k
Source : perl-Pod-Coverage-0.23-23.fc34.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.