How to Install and Uninstall perl-ORLite.noarch Package on Fedora 39
Last updated: November 28,2024
1. Install "perl-ORLite.noarch" package
Learn how to install perl-ORLite.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
perl-ORLite.noarch
Copied
2. Uninstall "perl-ORLite.noarch" package
This tutorial shows how to uninstall perl-ORLite.noarch on Fedora 39:
$
sudo dnf remove
perl-ORLite.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-ORLite.noarch package on Fedora 39
Last metadata expiration check: 4:55:07 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-ORLite
Version : 2.00
Release : 1.fc39
Architecture : noarch
Size : 47 k
Source : perl-ORLite-2.00-1.fc39.src.rpm
Repository : fedora
Summary : Extremely light weight SQLite-specific ORM
URL : https://metacpan.org/release/ORLite
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : SQLite is a light weight single file SQL database that provides
: an excellent platform for embedded storage of structured data.
: However, while it is superficially similar to a regular server-side
: SQL database, SQLite has some significant attributes that make using
: it like a traditional database difficult. For example, SQLite is
: extremely fast to connect to compared to server databases
: (1000 connections per second is not unknown) and is particularly bad
: at concurrency, as it can only lock transactions at a database-wide level.
: This role as a super-fast internal data store can clash with the roles and
: designs of traditional object-relational modules like Class::DBI or
: DBIx::Class. What this situation would seem to need is an object-relation
: system that is designed specifically for SQLite and is aligned with its
: idiosyncrasies. ORLite is an object-relation system specifically
: for SQLite that follows many of the same principles as the ::Tiny
: series of modules and has a design that aligns directly to the capabilities
: of SQLite.
Available Packages
Name : perl-ORLite
Version : 2.00
Release : 1.fc39
Architecture : noarch
Size : 47 k
Source : perl-ORLite-2.00-1.fc39.src.rpm
Repository : fedora
Summary : Extremely light weight SQLite-specific ORM
URL : https://metacpan.org/release/ORLite
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : SQLite is a light weight single file SQL database that provides
: an excellent platform for embedded storage of structured data.
: However, while it is superficially similar to a regular server-side
: SQL database, SQLite has some significant attributes that make using
: it like a traditional database difficult. For example, SQLite is
: extremely fast to connect to compared to server databases
: (1000 connections per second is not unknown) and is particularly bad
: at concurrency, as it can only lock transactions at a database-wide level.
: This role as a super-fast internal data store can clash with the roles and
: designs of traditional object-relational modules like Class::DBI or
: DBIx::Class. What this situation would seem to need is an object-relation
: system that is designed specifically for SQLite and is aligned with its
: idiosyncrasies. ORLite is an object-relation system specifically
: for SQLite that follows many of the same principles as the ::Tiny
: series of modules and has a design that aligns directly to the capabilities
: of SQLite.