How To Install perl-Pod-Stripper on Fedora 36

In this tutorial we learn how to install perl-Pod-Stripper in Fedora 36. perl-Pod-Stripper is Strip all pod, and output what’s left

Introduction

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

What is perl-Pod-Stripper

This be Pod stripping out the pod, and dumping the rest (presumably code) to wherever you point it to (like you do with Pod

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

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

sudo dnf -y install perl-Pod-Stripper

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

sudo yum -y install perl-Pod-Stripper

How To Uninstall perl-Pod-Stripper on Fedora 36

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

sudo dnf remove perl-Pod-Stripper

perl-Pod-Stripper Package Contents on Fedora 36

/usr/bin/podstrip
/usr/share/doc/perl-Pod-Stripper
/usr/share/doc/perl-Pod-Stripper/Changes
/usr/share/doc/perl-Pod-Stripper/README
/usr/share/man/man1/podstrip.1.gz
/usr/share/man/man3/Pod::Stripper.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Stripper.pm

References

Summary

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