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

Last updated: July 03,2024

1. Install "perl-Test-Pod-No404s.noarch" package

Please follow the instructions below to install perl-Test-Pod-No404s.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Test-Pod-No404s.noarch

2. Uninstall "perl-Test-Pod-No404s.noarch" package

This guide covers the steps necessary to uninstall perl-Test-Pod-No404s.noarch on Fedora 34:

$ sudo dnf remove perl-Test-Pod-No404s.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:41:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Pod-No404s
Version : 0.02
Release : 25.fc34
Architecture : noarch
Size : 28 k
Source : perl-Test-Pod-No404s-0.02-25.fc34.src.rpm
Repository : fedora
Summary : Checks POD for HTTP 404 links
URL : https://metacpan.org/release/Test-Pod-No404s
License : GPL+ or Artistic
Description : This module looks for any HTTP(S) links in your POD and verifies that they
: will not return a 404. It uses LWP::UserAgent for the heavy lifting, and
: simply lets you know if it failed to retrieve the document. More specifically,
: it uses $response->is_error as the "test".