How To Install perl-Pod-Xhtml on Fedora 36

In this tutorial we learn how to install perl-Pod-Xhtml in Fedora 36. perl-Pod-Xhtml is Generate well-formed XHTML documents from POD format documentation

Introduction

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

What is perl-Pod-Xhtml

This module parses files containing POD content and generates well-formed XHTML documents from it.

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

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

sudo dnf -y install perl-Pod-Xhtml

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

sudo yum -y install perl-Pod-Xhtml

How To Uninstall perl-Pod-Xhtml on Fedora 36

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

sudo dnf remove perl-Pod-Xhtml

perl-Pod-Xhtml Package Contents on Fedora 36

/usr/bin/pod2xhtml
/usr/share/doc/perl-Pod-Xhtml
/usr/share/doc/perl-Pod-Xhtml/COPYING
/usr/share/doc/perl-Pod-Xhtml/Changes
/usr/share/doc/perl-Pod-Xhtml/README
/usr/share/man/man1/pod2xhtml.1.gz
/usr/share/man/man3/Pod::Hyperlink::BounceURL.3pm.gz
/usr/share/man/man3/Pod::Xhtml.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Hyperlink
/usr/share/perl5/vendor_perl/Pod/Hyperlink/BounceURL.pm
/usr/share/perl5/vendor_perl/Pod/Xhtml.pm

References

Summary

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