How to Install and Uninstall perl-Test-Pod-LinkCheck.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Pod-LinkCheck.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Test-Pod-LinkCheck.noarch on Rocky Linux 8:

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

3. Information about the perl-Test-Pod-LinkCheck.noarch package on Rocky Linux 8

Last metadata expiration check: 2:03:53 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Test-Pod-LinkCheck
Version : 0.008
Release : 20.el8
Architecture : noarch
Size : 36 k
Source : perl-Test-Pod-LinkCheck-0.008-20.el8.src.rpm
Repository : epel
Summary : Tests POD for invalid links
URL : https://metacpan.org/release/Test-Pod-LinkCheck
License : GPL+ or Artistic
Description : This module looks for any links in your POD and verifies that they point to
: a valid resource. It uses the Pod::Simple parser to analyze the pod files
: 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.