How To Install perl-DBIx-Simple on Fedora 36

In this tutorial we learn how to install perl-DBIx-Simple in Fedora 36. perl-DBIx-Simple is Easy-to-use OO interface to DBI

Introduction

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

What is perl-DBIx-Simple

DBIx database module.

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

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

sudo dnf -y install perl-DBIx-Simple

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

sudo yum -y install perl-DBIx-Simple

How To Uninstall perl-DBIx-Simple on Fedora 36

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

sudo dnf remove perl-DBIx-Simple

perl-DBIx-Simple Package Contents on Fedora 36

/usr/share/doc/perl-DBIx-Simple
/usr/share/doc/perl-DBIx-Simple/Changes
/usr/share/doc/perl-DBIx-Simple/README
/usr/share/man/man3/DBIx::Simple.3pm.gz
/usr/share/man/man3/DBIx::Simple::Comparison.3pm.gz
/usr/share/man/man3/DBIx::Simple::Examples.3pm.gz
/usr/share/man/man3/DBIx::Simple::Result::RowObject.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/Simple
/usr/share/perl5/vendor_perl/DBIx/Simple.pm
/usr/share/perl5/vendor_perl/DBIx/Simple/Comparison.pod
/usr/share/perl5/vendor_perl/DBIx/Simple/Examples.pod
/usr/share/perl5/vendor_perl/DBIx/Simple/Result
/usr/share/perl5/vendor_perl/DBIx/Simple/Result/RowObject.pm

References

Summary

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