How to Install and Uninstall perl-DBI.x86_64 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "perl-DBI.x86_64" package

This tutorial shows how to install perl-DBI.x86_64 on Rocky Linux 9

$ 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 Rocky Linux 9:

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

3. Information about the perl-DBI.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:52:55 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-DBI
Version : 1.643
Release : 9.el9
Architecture : x86_64
Size : 700 k
Source : perl-DBI-1.643-9.el9.src.rpm
Repository : appstream
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.