How To Install perl-POD2-Base on Fedora 36

In this tutorial we learn how to install perl-POD2-Base in Fedora 36. perl-POD2-Base is Base module for translations of Perl documentation

Introduction

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

What is perl-POD2-Base

This module is an abstraction of the code in POD2 modules belong to the Italian and the French translation projects of core Perl pods.

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

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

sudo dnf -y install perl-POD2-Base

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

sudo yum -y install perl-POD2-Base

How To Uninstall perl-POD2-Base on Fedora 36

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

sudo dnf remove perl-POD2-Base

perl-POD2-Base Package Contents on Fedora 36

/usr/share/doc/perl-POD2-Base
/usr/share/doc/perl-POD2-Base/Changes
/usr/share/doc/perl-POD2-Base/README
/usr/share/doc/perl-POD2-Base/eg
/usr/share/doc/perl-POD2-Base/eg/list.pl
/usr/share/man/man3/POD2::Base.3pm.gz
/usr/share/man/man3/POD2::PT::POD2::Base.3pm.gz
/usr/share/perl5/POD2
/usr/share/perl5/POD2/Base.pm
/usr/share/perl5/POD2/Base.pod
/usr/share/perl5/POD2/PT
/usr/share/perl5/POD2/PT/POD2
/usr/share/perl5/POD2/PT/POD2/Base.pod

References

Summary

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