How to Install and Uninstall perl-DBIx-Class.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-DBIx-Class.noarch" package

Here is a brief guide to show you how to install perl-DBIx-Class.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-DBIx-Class.noarch

2. Uninstall "perl-DBIx-Class.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-DBIx-Class.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-DBIx-Class.noarch $ sudo dnf autoremove

3. Information about the perl-DBIx-Class.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:37:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-DBIx-Class
Version : 0.082843
Release : 3.el9
Architecture : noarch
Size : 1.1 M
Source : perl-DBIx-Class-0.082843-3.el9.src.rpm
Repository : epel
Summary : Extensible and flexible object <-> relational mapper
URL : https://metacpan.org/release/DBIx-Class
License : GPL+ or Artistic
Description : This is an SQL to OO mapper with an object API inspired by Class::DBI
: (and a compatibility layer as a springboard for porting) and a
: result-set API that allows abstract encapsulation of database
: operations. It aims to make representing queries in your code as perlish
: as possible while still providing access to as many of the
: capabilities of the database as possible, including retrieving related
: records from multiple tables in a single query, JOIN, LEFT JOIN, COUNT,
: DISTINCT, GROUP BY and HAVING support.