How To Install perl-DBIx-POS on Fedora 36

In this tutorial we learn how to install perl-DBIx-POS in Fedora 36. perl-DBIx-POS is Define a dictionary of SQL statements in a POD dialect (POS)

Introduction

In this tutorial we learn how to install perl-DBIx-POS on Fedora 36.

What is perl-DBIx-POS

DBIx-POS subclasses Pod dictionary for an application, and uses code from Class the resulting structure easily accessible.

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

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

sudo dnf -y install perl-DBIx-POS

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

sudo yum -y install perl-DBIx-POS

How To Uninstall perl-DBIx-POS on Fedora 36

To uninstall only the perl-DBIx-POS package we can use the following command:

sudo dnf remove perl-DBIx-POS

perl-DBIx-POS Package Contents on Fedora 36

/usr/share/doc/perl-DBIx-POS
/usr/share/doc/perl-DBIx-POS/Changes
/usr/share/doc/perl-DBIx-POS/README
/usr/share/doc/perl-DBIx-POS/t
/usr/share/doc/perl-DBIx-POS/t/DBIx-POS.t
/usr/share/man/man3/DBIx::POS.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/POS.pm

References

Summary

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