How To Install perl-Pod-Abstract on Fedora 36

In this tutorial we learn how to install perl-Pod-Abstract in Fedora 36. perl-Pod-Abstract is Abstract document tree for Perl POD documents

Introduction

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

What is perl-Pod-Abstract

POD without direct reference to it’s syntax, and perform manipulations on the abstract syntax tree.

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

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

sudo dnf -y install perl-Pod-Abstract

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

sudo yum -y install perl-Pod-Abstract

How To Uninstall perl-Pod-Abstract on Fedora 36

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

sudo dnf remove perl-Pod-Abstract

perl-Pod-Abstract Package Contents on Fedora 36

/usr/bin/paf
/usr/share/doc/perl-Pod-Abstract
/usr/share/doc/perl-Pod-Abstract/Changes
/usr/share/doc/perl-Pod-Abstract/README
/usr/share/man/man1/paf.1.gz
/usr/share/man/man3/Pod::Abstract.3pm.gz
/usr/share/man/man3/Pod::Abstract::BuildNode.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::add_podcmds.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::clear_podcmds.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::cut.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::find.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::number_sections.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::overlay.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::sort.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::summary.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::uncut.3pm.gz
/usr/share/man/man3/Pod::Abstract::Filter::unoverlay.3pm.gz
/usr/share/man/man3/Pod::Abstract::Node.3pm.gz
/usr/share/man/man3/Pod::Abstract::Parser.3pm.gz
/usr/share/man/man3/Pod::Abstract::Path.3pm.gz
/usr/share/man/man3/Pod::Abstract::Serial.3pm.gz
/usr/share/man/man3/Pod::Abstract::Tree.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Abstract
/usr/share/perl5/vendor_perl/Pod/Abstract.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/BuildNode.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/add_podcmds.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/clear_podcmds.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/cut.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/find.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/number_sections.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/overlay.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/sort.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/summary.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/uncut.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Filter/unoverlay.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Node.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Parser.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Path.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Serial.pm
/usr/share/perl5/vendor_perl/Pod/Abstract/Tree.pm

References

Summary

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