How To Install perl-Pod-Tidy on Fedora 36

In this tutorial we learn how to install perl-Pod-Tidy in Fedora 36. perl-Pod-Tidy is Reformatting Pod Processor

Introduction

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

What is perl-Pod-Tidy

This module provides the heavy lifting needed by the podtidy utility although the API should be general enough that it can be used directly. podtidy processes a Pod document and attempts to tidy it’s formatting.

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

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

sudo dnf -y install perl-Pod-Tidy

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

sudo yum -y install perl-Pod-Tidy

How To Uninstall perl-Pod-Tidy on Fedora 36

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

sudo dnf remove perl-Pod-Tidy

perl-Pod-Tidy Package Contents on Fedora 36

/usr/bin/podtidy
/usr/share/doc/perl-Pod-Tidy
/usr/share/doc/perl-Pod-Tidy/Changes
/usr/share/doc/perl-Pod-Tidy/Todo
/usr/share/licenses/perl-Pod-Tidy
/usr/share/licenses/perl-Pod-Tidy/LICENSE
/usr/share/man/man1/podtidy.1.gz
/usr/share/man/man3/Pod::Tidy.3pm.gz
/usr/share/man/man3/Pod::Wrap::Pretty.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Tidy.pm
/usr/share/perl5/vendor_perl/Pod/Tidy.pod
/usr/share/perl5/vendor_perl/Pod/Wrap
/usr/share/perl5/vendor_perl/Pod/Wrap/Pretty.pm
/usr/share/perl5/vendor_perl/Pod/Wrap/Pretty.pod

References

Summary

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