How To Install perl-podlators on Fedora 36

In this tutorial we learn how to install perl-podlators in Fedora 36. perl-podlators is Format POD source into various output formats

Introduction

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

What is perl-podlators

This package contains Pod to *roff source output, suitable for man pages, or plain text. It also includes several sub-classes of Pod with various capabilities.

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

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

sudo dnf -y install perl-podlators

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

sudo yum -y install perl-podlators

How To Uninstall perl-podlators on Fedora 36

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

sudo dnf remove perl-podlators

perl-podlators Package Contents on Fedora 36

/usr/bin/pod2man
/usr/bin/pod2text
/usr/share/doc/perl-podlators
/usr/share/doc/perl-podlators/Changes
/usr/share/doc/perl-podlators/NOTES
/usr/share/doc/perl-podlators/README
/usr/share/doc/perl-podlators/THANKS
/usr/share/doc/perl-podlators/TODO
/usr/share/licenses/perl-podlators
/usr/share/licenses/perl-podlators/LICENSE
/usr/share/man/man1/perlpodstyle.1.gz
/usr/share/man/man1/pod2man.1.gz
/usr/share/man/man1/pod2text.1.gz
/usr/share/man/man3/Pod::Man.3pm.gz
/usr/share/man/man3/Pod::ParseLink.3pm.gz
/usr/share/man/man3/Pod::Text.3pm.gz
/usr/share/man/man3/Pod::Text::Color.3pm.gz
/usr/share/man/man3/Pod::Text::Overstrike.3pm.gz
/usr/share/man/man3/Pod::Text::Termcap.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Man.pm
/usr/share/perl5/vendor_perl/Pod/ParseLink.pm
/usr/share/perl5/vendor_perl/Pod/Text
/usr/share/perl5/vendor_perl/Pod/Text.pm
/usr/share/perl5/vendor_perl/Pod/Text/Color.pm
/usr/share/perl5/vendor_perl/Pod/Text/Overstrike.pm
/usr/share/perl5/vendor_perl/Pod/Text/Termcap.pm

References

Summary

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