How To Install perl-Test-Pod-No404s on Fedora 36

In this tutorial we learn how to install perl-Test-Pod-No404s in Fedora 36. perl-Test-Pod-No404s is Checks POD for HTTP 404 links

Introduction

In this tutorial we learn how to install perl-Test-Pod-No404s on Fedora 36.

What is perl-Test-Pod-No404s

This module looks for any HTTP(S) links in your POD and verifies that they will not return a 404. It uses LWP simply lets you know if it failed to retrieve the document. More specifically, it uses $response->is_error as the “test”.

We can use yum or dnf to install perl-Test-Pod-No404s on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-Pod-No404s.

Install perl-Test-Pod-No404s on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Test-Pod-No404s using dnf by running the following command:

sudo dnf -y install perl-Test-Pod-No404s

Install perl-Test-Pod-No404s on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Test-Pod-No404s using yum by running the following command:

sudo yum -y install perl-Test-Pod-No404s

How To Uninstall perl-Test-Pod-No404s on Fedora 36

To uninstall only the perl-Test-Pod-No404s package we can use the following command:

sudo dnf remove perl-Test-Pod-No404s

perl-Test-Pod-No404s Package Contents on Fedora 36

/usr/share/doc/perl-Test-Pod-No404s
/usr/share/doc/perl-Test-Pod-No404s/AUTHOR_PLEDGE
/usr/share/doc/perl-Test-Pod-No404s/Changes
/usr/share/doc/perl-Test-Pod-No404s/CommitLog
/usr/share/doc/perl-Test-Pod-No404s/LICENSE
/usr/share/doc/perl-Test-Pod-No404s/README
/usr/share/doc/perl-Test-Pod-No404s/examples
/usr/share/doc/perl-Test-Pod-No404s/examples/simple.pl
/usr/share/man/man3/Test::Pod::No404s.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Pod
/usr/share/perl5/vendor_perl/Test/Pod/No404s.pm

References

Summary

In this tutorial we learn how to install perl-Test-Pod-No404s on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).