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

Last updated: March 01,2025

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

Please follow the steps below to install perl-Test-Pod-No404s.noarch on Fedora 38

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

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

This guide let you learn how to uninstall perl-Test-Pod-No404s.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:14:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-Pod-No404s
Version : 0.02
Release : 33.fc38
Architecture : noarch
Size : 26 k
Source : perl-Test-Pod-No404s-0.02-33.fc38.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".