How To Install perl-ORLite-Migrate on Fedora 36

In this tutorial we learn how to install perl-ORLite-Migrate in Fedora 36. perl-ORLite-Migrate is Light weight SQLite-specific schema migration

Introduction

In this tutorial we learn how to install perl-ORLite-Migrate on Fedora 36.

What is perl-ORLite-Migrate

SQLite is a light weight single file SQL database that provides an excellent platform for embedded storage of structured data. ORLite is a light weight single class Object-Relational Mapper (ORM) system specifically designed for (and limited to only) work with SQLite. ORLite weight single class Database Schema Migration enhancement for ORLite.

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

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

sudo dnf -y install perl-ORLite-Migrate

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

sudo yum -y install perl-ORLite-Migrate

How To Uninstall perl-ORLite-Migrate on Fedora 36

To uninstall only the perl-ORLite-Migrate package we can use the following command:

sudo dnf remove perl-ORLite-Migrate

perl-ORLite-Migrate Package Contents on Fedora 36

/usr/share/doc/perl-ORLite-Migrate
/usr/share/doc/perl-ORLite-Migrate/Changes
/usr/share/doc/perl-ORLite-Migrate/README
/usr/share/licenses/perl-ORLite-Migrate
/usr/share/licenses/perl-ORLite-Migrate/LICENSE
/usr/share/man/man3/ORLite::Migrate.3pm.gz
/usr/share/man/man3/ORLite::Migrate::Timeline.3pm.gz
/usr/share/perl5/vendor_perl/ORLite
/usr/share/perl5/vendor_perl/ORLite/Migrate
/usr/share/perl5/vendor_perl/ORLite/Migrate.pm
/usr/share/perl5/vendor_perl/ORLite/Migrate/Patch.pm
/usr/share/perl5/vendor_perl/ORLite/Migrate/Timeline.pm

References

Summary

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