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

In this tutorial we learn how to install perl-Test-Pod-LinkCheck in Fedora 36. perl-Test-Pod-LinkCheck is Tests POD for invalid links

Introduction

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

What is perl-Test-Pod-LinkCheck

This module looks for any links in your POD and verifies that they point to a valid resource. It uses the Pod and look at their links. In a nutshell, it looks for L links and makes sure that Foo exists. It also recognizes section links, L for example. Also, manual pages are resolved and checked.

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

Install perl-Test-Pod-LinkCheck 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-LinkCheck using dnf by running the following command:

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

Install perl-Test-Pod-LinkCheck 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-LinkCheck using yum by running the following command:

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

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

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

sudo dnf remove perl-Test-Pod-LinkCheck

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

/usr/share/doc/perl-Test-Pod-LinkCheck
/usr/share/doc/perl-Test-Pod-LinkCheck/AUTHOR_PLEDGE
/usr/share/doc/perl-Test-Pod-LinkCheck/Changes
/usr/share/doc/perl-Test-Pod-LinkCheck/CommitLog
/usr/share/doc/perl-Test-Pod-LinkCheck/README
/usr/share/doc/perl-Test-Pod-LinkCheck/examples
/usr/share/doc/perl-Test-Pod-LinkCheck/examples/linkcheck.t
/usr/share/licenses/perl-Test-Pod-LinkCheck
/usr/share/licenses/perl-Test-Pod-LinkCheck/LICENSE
/usr/share/man/man3/Test::Pod::LinkCheck.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Pod
/usr/share/perl5/vendor_perl/Test/Pod/LinkCheck.pm

References

Summary

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