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

Last updated: September 21,2024

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

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

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

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

Please follow the instructions below to uninstall perl-Test-Pod-No404s.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:24:56 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-Pod-No404s
Version : 0.02
Release : 28.fc35
Architecture : noarch
Size : 27 k
Source : perl-Test-Pod-No404s-0.02-28.fc35.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".