How to Install and Uninstall perl-DBI.x86_64 Package on Fedora 36

Last updated: September 30,2024

1. Install "perl-DBI.x86_64" package

This tutorial shows how to install perl-DBI.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-DBI.x86_64

2. Uninstall "perl-DBI.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-DBI.x86_64 on Fedora 36:

$ sudo dnf remove perl-DBI.x86_64 $ sudo dnf autoremove

3. Information about the perl-DBI.x86_64 package on Fedora 36

Last metadata expiration check: 0:40:53 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-DBI
Version : 1.643
Release : 11.fc36
Architecture : x86_64
Size : 704 k
Source : perl-DBI-1.643-11.fc36.src.rpm
Repository : fedora
Summary : A database access API for perl
URL : http://dbi.perl.org/
License : GPL+ or Artistic
Description : DBI is a database access Application Programming Interface (API) for
: the Perl Language. The DBI API Specification defines a set of
: functions, variables and conventions that provide a consistent
: database interface independent of the actual database being used.