How to Install and Uninstall perl-DBIx-Connector.noarch Package on Fedora 36

Last updated: January 13,2025

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

Please follow the step by step instructions below to install perl-DBIx-Connector.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-DBIx-Connector.noarch on Fedora 36:

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

3. Information about the perl-DBIx-Connector.noarch package on Fedora 36

Last metadata expiration check: 0:28:56 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-DBIx-Connector
Version : 0.57
Release : 2.fc36
Architecture : noarch
Size : 49 k
Source : perl-DBIx-Connector-0.57-2.fc36.src.rpm
Repository : fedora
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.