How to Install and Uninstall perl-ORLite.noarch Package on Fedora 35
Last updated: November 14,2024
1. Install "perl-ORLite.noarch" package
Please follow the guidelines below to install perl-ORLite.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
perl-ORLite.noarch
Copied
2. Uninstall "perl-ORLite.noarch" package
Here is a brief guide to show you how to uninstall perl-ORLite.noarch on Fedora 35:
$
sudo dnf remove
perl-ORLite.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-ORLite.noarch package on Fedora 35
Last metadata expiration check: 5:54:08 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-ORLite
Version : 1.98
Release : 26.fc35
Architecture : noarch
Size : 49 k
Source : perl-ORLite-1.98-26.fc35.src.rpm
Repository : fedora
Summary : Extremely light weight SQLite-specific ORM
URL : https://metacpan.org/release/ORLite
License : GPL+ or Artistic
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 : 1.98
Release : 26.fc35
Architecture : noarch
Size : 49 k
Source : perl-ORLite-1.98-26.fc35.src.rpm
Repository : fedora
Summary : Extremely light weight SQLite-specific ORM
URL : https://metacpan.org/release/ORLite
License : GPL+ or Artistic
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.