How To Install perl-Mojo-SQLite on Fedora 36

In this tutorial we learn how to install perl-Mojo-SQLite in Fedora 36. perl-Mojo-SQLite is Tiny Mojolicious wrapper for SQLite

Introduction

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

What is perl-Mojo-SQLite

Mojo of fun to use with the Mojolicious real-time web framework. Use all SQL features SQLite has to offer, generate CRUD queries from data structures, and manage your database schema with migrations.

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

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

sudo dnf -y install perl-Mojo-SQLite

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

sudo yum -y install perl-Mojo-SQLite

How To Uninstall perl-Mojo-SQLite on Fedora 36

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

sudo dnf remove perl-Mojo-SQLite

perl-Mojo-SQLite Package Contents on Fedora 36

/usr/share/doc/perl-Mojo-SQLite
/usr/share/doc/perl-Mojo-SQLite/CONTRIBUTING.md
/usr/share/doc/perl-Mojo-SQLite/Changes
/usr/share/doc/perl-Mojo-SQLite/README
/usr/share/licenses/perl-Mojo-SQLite
/usr/share/licenses/perl-Mojo-SQLite/LICENSE
/usr/share/man/man3/Mojo::SQLite.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Database.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Migrations.3pm.gz
/usr/share/man/man3/Mojo::SQLite::PubSub.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Results.3pm.gz
/usr/share/man/man3/Mojo::SQLite::Transaction.3pm.gz
/usr/share/perl5/vendor_perl/Mojo
/usr/share/perl5/vendor_perl/Mojo/SQLite
/usr/share/perl5/vendor_perl/Mojo/SQLite.pm
/usr/share/perl5/vendor_perl/Mojo/SQLite/Database.pm
/usr/share/perl5/vendor_perl/Mojo/SQLite/Migrations.pm
/usr/share/perl5/vendor_perl/Mojo/SQLite/PubSub.pm
/usr/share/perl5/vendor_perl/Mojo/SQLite/Results.pm
/usr/share/perl5/vendor_perl/Mojo/SQLite/Transaction.pm

References

Summary

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