How To Install perl-Minion-Backend-SQLite on Fedora 36

In this tutorial we learn how to install perl-Minion-Backend-SQLite in Fedora 36. perl-Minion-Backend-SQLite is SQLite backend for Minion job queue

Introduction

In this tutorial we learn how to install perl-Minion-Backend-SQLite on Fedora 36.

What is perl-Minion-Backend-SQLite

Minion necessary tables will be created automatically with a set of migrations named minion. If no connection string or will be created in a temporary directory.

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

Install perl-Minion-Backend-SQLite 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-Minion-Backend-SQLite using dnf by running the following command:

sudo dnf -y install perl-Minion-Backend-SQLite

Install perl-Minion-Backend-SQLite 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-Minion-Backend-SQLite using yum by running the following command:

sudo yum -y install perl-Minion-Backend-SQLite

How To Uninstall perl-Minion-Backend-SQLite on Fedora 36

To uninstall only the perl-Minion-Backend-SQLite package we can use the following command:

sudo dnf remove perl-Minion-Backend-SQLite

perl-Minion-Backend-SQLite Package Contents on Fedora 36

/usr/share/doc/perl-Minion-Backend-SQLite
/usr/share/doc/perl-Minion-Backend-SQLite/CONTRIBUTING.md
/usr/share/doc/perl-Minion-Backend-SQLite/Changes
/usr/share/doc/perl-Minion-Backend-SQLite/README
/usr/share/doc/perl-Minion-Backend-SQLite/examples
/usr/share/doc/perl-Minion-Backend-SQLite/examples/minion_bench.pl
/usr/share/licenses/perl-Minion-Backend-SQLite
/usr/share/licenses/perl-Minion-Backend-SQLite/LICENSE
/usr/share/man/man3/Minion::Backend::SQLite.3pm.gz
/usr/share/perl5/vendor_perl/Minion
/usr/share/perl5/vendor_perl/Minion/Backend
/usr/share/perl5/vendor_perl/Minion/Backend/SQLite.pm

References

Summary

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