How To Install perl-Database-DumpTruck on Fedora 36

In this tutorial we learn how to install perl-Database-DumpTruck in Fedora 36. perl-Database-DumpTruck is Relaxing interface to SQLite

Introduction

In this tutorial we learn how to install perl-Database-DumpTruck on Fedora 36.

What is perl-Database-DumpTruck

This is a simple document-oriented interface to a SQLite database, modelled after Scraperwiki’s Python dumptruck module. It allows for easy (and maybe inefficient) storage and retrieval of structured data to and from a database without interfacing with SQL.

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

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

sudo dnf -y install perl-Database-DumpTruck

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

sudo yum -y install perl-Database-DumpTruck

How To Uninstall perl-Database-DumpTruck on Fedora 36

To uninstall only the perl-Database-DumpTruck package we can use the following command:

sudo dnf remove perl-Database-DumpTruck

perl-Database-DumpTruck Package Contents on Fedora 36

/usr/share/doc/perl-Database-DumpTruck
/usr/share/doc/perl-Database-DumpTruck/META.json
/usr/share/man/man3/Database::DumpTruck.3pm.gz
/usr/share/perl5/vendor_perl/Database
/usr/share/perl5/vendor_perl/Database/DumpTruck.pm

References

Summary

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