How to Install and Uninstall perl-DBIx-Connector.noarch Package on Oracle Linux 9
Last updated: November 13,2024
1. Install "perl-DBIx-Connector.noarch" package
This tutorial shows how to install perl-DBIx-Connector.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-DBIx-Connector.noarch
Copied
2. Uninstall "perl-DBIx-Connector.noarch" package
In this section, we are going to explain the necessary steps to uninstall perl-DBIx-Connector.noarch on Oracle Linux 9:
$
sudo dnf remove
perl-DBIx-Connector.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-DBIx-Connector.noarch package on Oracle Linux 9
Last metadata expiration check: 0:39:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-DBIx-Connector
Version : 0.57
Release : 1.el9
Architecture : noarch
Size : 48 k
Source : perl-DBIx-Connector-0.57-1.el9.src.rpm
Repository : epel
Summary : Fast, safe DBI connection and transaction management
URL : https://metacpan.org/release/DBIx-Connector
License : GPL+ or Artistic
Description : DBIx::Connector provides a simple interface for fast and safe DBI
: connection and transaction management. It allows to keep a database
: handle to maintain a connection in order to minimize overhead without
: having to worry about dropped or corrupted connections.
:
: Borrowing an interface from DBIx::Class, DBIx::Connector also offers
: an API that handles the scoping of database transactions. In addition,
: it offers an API for savepoints if a database supports them.
Available Packages
Name : perl-DBIx-Connector
Version : 0.57
Release : 1.el9
Architecture : noarch
Size : 48 k
Source : perl-DBIx-Connector-0.57-1.el9.src.rpm
Repository : epel
Summary : Fast, safe DBI connection and transaction management
URL : https://metacpan.org/release/DBIx-Connector
License : GPL+ or Artistic
Description : DBIx::Connector provides a simple interface for fast and safe DBI
: connection and transaction management. It allows to keep a database
: handle to maintain a connection in order to minimize overhead without
: having to worry about dropped or corrupted connections.
:
: Borrowing an interface from DBIx::Class, DBIx::Connector also offers
: an API that handles the scoping of database transactions. In addition,
: it offers an API for savepoints if a database supports them.