How To Install perl-HTML-Lint on Rocky Linux 8

In this tutorial we learn how to install perl-HTML-Lint on Rocky Linux 8. perl-HTML-Lint is HTML

Introduction

In this tutorial we learn how to install perl-HTML-Lint on Rocky Linux 8.

What is perl-HTML-Lint

HTML legitmacy.

We can use yum or dnf to install perl-HTML-Lint on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTML-Lint.

Install perl-HTML-Lint on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-HTML-Lint using dnf by running the following command:

sudo dnf -y install perl-HTML-Lint

Install perl-HTML-Lint on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTML-Lint using yum by running the following command:

sudo yum -y install perl-HTML-Lint

How To Uninstall perl-HTML-Lint on Rocky Linux 8

To uninstall only the perl-HTML-Lint package we can use the following command:

sudo dnf remove perl-HTML-Lint

perl-HTML-Lint Package Contents on Rocky Linux 8

/usr/bin/weblint
/usr/share/doc/perl-HTML-Lint
/usr/share/doc/perl-HTML-Lint/Changes
/usr/share/man/man3/HTML::Lint.3pm.gz
/usr/share/man/man3/HTML::Lint::Error.3pm.gz
/usr/share/man/man3/HTML::Lint::HTML4.3pm.gz
/usr/share/man/man3/HTML::Lint::Parser.3pm.gz
/usr/share/man/man3/Test::HTML::Lint.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/Lint
/usr/share/perl5/vendor_perl/HTML/Lint.pm
/usr/share/perl5/vendor_perl/HTML/Lint/Error.pm
/usr/share/perl5/vendor_perl/HTML/Lint/HTML4.pm
/usr/share/perl5/vendor_perl/HTML/Lint/Parser.pm
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/HTML
/usr/share/perl5/vendor_perl/Test/HTML/Lint.pm

References

Summary

In this tutorial we learn how to install perl-HTML-Lint on Rocky Linux 8 using yum and dnf.