How To Install perl-pod2pdf on Fedora 36

In this tutorial we learn how to install perl-pod2pdf in Fedora 36. perl-pod2pdf is Converts Pod to PDF format

Introduction

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

What is perl-pod2pdf

pod2pdf converts documents written in Perl’s POD (Plain Old Documentation) format to PDF files.

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

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

sudo dnf -y install perl-pod2pdf

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

sudo yum -y install perl-pod2pdf

How To Uninstall perl-pod2pdf on Fedora 36

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

sudo dnf remove perl-pod2pdf

perl-pod2pdf Package Contents on Fedora 36

/usr/bin/pod2pdf
/usr/share/doc/perl-pod2pdf
/usr/share/doc/perl-pod2pdf/Changes
/usr/share/doc/perl-pod2pdf/README
/usr/share/licenses/perl-pod2pdf
/usr/share/licenses/perl-pod2pdf/artistic-2_0.txt
/usr/share/man/man1/pod2pdf.1.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/pod2pdf.pm

References

Summary

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