How To Install perl-Pod-PseudoPod on Fedora 36

In this tutorial we learn how to install perl-Pod-PseudoPod in Fedora 36. perl-Pod-PseudoPod is Framework for extending the POD tags for book manuscripts

Introduction

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

What is perl-Pod-PseudoPod

PseudoPod is an extended set of Pod tags used for book manuscripts. Standard Pod doesn’t have all the markup options you need to mark up files for publishing production. PseudoPod adds a few extra tags for footnotes, tables, sidebars, etc. For further information see Pod

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

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

sudo dnf -y install perl-Pod-PseudoPod

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

sudo yum -y install perl-Pod-PseudoPod

How To Uninstall perl-Pod-PseudoPod on Fedora 36

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

sudo dnf remove perl-Pod-PseudoPod

perl-Pod-PseudoPod Package Contents on Fedora 36

/usr/bin/ppod2docbook
/usr/bin/ppod2html
/usr/bin/ppod2txt
/usr/bin/ppodchecker
/usr/share/doc/perl-Pod-PseudoPod
/usr/share/doc/perl-Pod-PseudoPod/Changes
/usr/share/doc/perl-Pod-PseudoPod/LICENSE
/usr/share/doc/perl-Pod-PseudoPod/README
/usr/share/doc/perl-Pod-PseudoPod/Todo
/usr/share/man/man3/Pod::PseudoPod.3pm.gz
/usr/share/man/man3/Pod::PseudoPod::Checker.3pm.gz
/usr/share/man/man3/Pod::PseudoPod::DocBook.3pm.gz
/usr/share/man/man3/Pod::PseudoPod::HTML.3pm.gz
/usr/share/man/man3/Pod::PseudoPod::Index.3pm.gz
/usr/share/man/man3/Pod::PseudoPod::Text.3pm.gz
/usr/share/man/man3/Pod::PseudoPod::Tutorial.3pm.gz
/usr/share/perl5/vendor_perl/Pod/PseudoPod
/usr/share/perl5/vendor_perl/Pod/PseudoPod.pm
/usr/share/perl5/vendor_perl/Pod/PseudoPod/Checker.pm
/usr/share/perl5/vendor_perl/Pod/PseudoPod/DocBook.pm
/usr/share/perl5/vendor_perl/Pod/PseudoPod/HTML.pm
/usr/share/perl5/vendor_perl/Pod/PseudoPod/Index.pm
/usr/share/perl5/vendor_perl/Pod/PseudoPod/Text.pm
/usr/share/perl5/vendor_perl/Pod/PseudoPod/Tutorial.pod

References

Summary

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