How To Install perl-WebService-Validator-HTML-W3C on Fedora 36

In this tutorial we learn how to install perl-WebService-Validator-HTML-W3C in Fedora 36. perl-WebService-Validator-HTML-W3C is Access the W3Cs online HTML validator

Introduction

In this tutorial we learn how to install perl-WebService-Validator-HTML-W3C on Fedora 36.

What is perl-WebService-Validator-HTML-W3C

WebService validator. As well as reporting on whether a page is valid it also provides access to a detailed list of the errors and where in the validated document they occur.

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

Install perl-WebService-Validator-HTML-W3C 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-WebService-Validator-HTML-W3C using dnf by running the following command:

sudo dnf -y install perl-WebService-Validator-HTML-W3C

Install perl-WebService-Validator-HTML-W3C 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-WebService-Validator-HTML-W3C using yum by running the following command:

sudo yum -y install perl-WebService-Validator-HTML-W3C

How To Uninstall perl-WebService-Validator-HTML-W3C on Fedora 36

To uninstall only the perl-WebService-Validator-HTML-W3C package we can use the following command:

sudo dnf remove perl-WebService-Validator-HTML-W3C

perl-WebService-Validator-HTML-W3C Package Contents on Fedora 36

/usr/share/doc/perl-WebService-Validator-HTML-W3C
/usr/share/doc/perl-WebService-Validator-HTML-W3C/Changes
/usr/share/doc/perl-WebService-Validator-HTML-W3C/README
/usr/share/doc/perl-WebService-Validator-HTML-W3C/examples
/usr/share/doc/perl-WebService-Validator-HTML-W3C/examples/validate_files_in_dir.pl
/usr/share/man/man3/WebService::Validator::HTML::W3C.3pm.gz
/usr/share/man/man3/WebService::Validator::HTML::W3C::Error.3pm.gz
/usr/share/man/man3/WebService::Validator::HTML::W3C::Warning.3pm.gz
/usr/share/perl5/vendor_perl/WebService
/usr/share/perl5/vendor_perl/WebService/Validator
/usr/share/perl5/vendor_perl/WebService/Validator/HTML
/usr/share/perl5/vendor_perl/WebService/Validator/HTML/W3C
/usr/share/perl5/vendor_perl/WebService/Validator/HTML/W3C.pm
/usr/share/perl5/vendor_perl/WebService/Validator/HTML/W3C/Error.pm
/usr/share/perl5/vendor_perl/WebService/Validator/HTML/W3C/Warning.pm

References

Summary

In this tutorial we learn how to install perl-WebService-Validator-HTML-W3C on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).