How To Install perl-DBD-SQLite2 on Fedora 36

In this tutorial we learn how to install perl-DBD-SQLite2 in Fedora 36. perl-DBD-SQLite2 is Self Contained RDBMS in a DBI Driver (sqlite 2.x)

Introduction

In this tutorial we learn how to install perl-DBD-SQLite2 on Fedora 36.

What is perl-DBD-SQLite2

Self Contained RDBMS in a DBI Driver (sqlite 2.x).

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

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

sudo dnf -y install perl-DBD-SQLite2

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

sudo yum -y install perl-DBD-SQLite2

How To Uninstall perl-DBD-SQLite2 on Fedora 36

To uninstall only the perl-DBD-SQLite2 package we can use the following command:

sudo dnf remove perl-DBD-SQLite2

perl-DBD-SQLite2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/8ea2c543bd3b8cadfa2b18885663bb7cee9c26
/usr/lib64/perl5/vendor_perl/DBD
/usr/lib64/perl5/vendor_perl/DBD/SQLite2.pm
/usr/lib64/perl5/vendor_perl/DBD/getsqlite.pl
/usr/lib64/perl5/vendor_perl/auto/DBD
/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite2
/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite2/SQLite2.so
/usr/share/doc/perl-DBD-SQLite2
/usr/share/doc/perl-DBD-SQLite2/Changes
/usr/share/doc/perl-DBD-SQLite2/README
/usr/share/man/man3/DBD::SQLite2.3pm.gz

References

Summary

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