How to Install and Uninstall perl-DBD-MySQL.x86_64 Package on CentOS Stream 8

Last updated: November 02,2024

1. Install "perl-DBD-MySQL.x86_64" package

Please follow the guidance below to install perl-DBD-MySQL.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-DBD-MySQL.x86_64

2. Uninstall "perl-DBD-MySQL.x86_64" package

This guide covers the steps necessary to uninstall perl-DBD-MySQL.x86_64 on CentOS Stream 8:

$ sudo dnf remove perl-DBD-MySQL.x86_64 $ sudo dnf autoremove

3. Information about the perl-DBD-MySQL.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:42:49 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-DBD-MySQL
Version : 4.046
Release : 3.module_el8+353+7103df35
Architecture : x86_64
Size : 157 k
Source : perl-DBD-MySQL-4.046-3.module_el8+353+7103df35.src.rpm
Repository : appstream
Summary : A MySQL interface for Perl
URL : http://search.cpan.org/dist/DBD-mysql/
License : GPL+ or Artistic
Description : DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In
: other words: DBD::mysql is an interface between the Perl programming language
: and the MySQL programming API that comes with the MySQL relational database
: management system.