How To Install perl-ORLite-Mirror on Fedora 36

In this tutorial we learn how to install perl-ORLite-Mirror in Fedora 36. perl-ORLite-Mirror is Extend ORLite to support remote SQLite databases

Introduction

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

What is perl-ORLite-Mirror

ORLite provides a read-only ORM API when it loads a read-only SQLite database from your local system. By combining this capability with LWP, ORLite goes one step better and allows you to load a SQLite database from any arbitrary URI in read-only form as well.

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

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

sudo dnf -y install perl-ORLite-Mirror

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

sudo yum -y install perl-ORLite-Mirror

How To Uninstall perl-ORLite-Mirror on Fedora 36

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

sudo dnf remove perl-ORLite-Mirror

perl-ORLite-Mirror Package Contents on Fedora 36

/usr/share/doc/perl-ORLite-Mirror
/usr/share/doc/perl-ORLite-Mirror/Changes
/usr/share/doc/perl-ORLite-Mirror/README
/usr/share/licenses/perl-ORLite-Mirror
/usr/share/licenses/perl-ORLite-Mirror/LICENSE
/usr/share/man/man3/ORLite::Mirror.3pm.gz
/usr/share/perl5/vendor_perl/ORLite
/usr/share/perl5/vendor_perl/ORLite/Mirror.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/module
/usr/share/perl5/vendor_perl/auto/share/module/ORLite-Mirror-Test

References

Summary

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