How to Install and Uninstall perl-DBD-MySQL.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

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

This tutorial shows how to install perl-DBD-MySQL.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum 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 7 / RHEL 7:

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

3. Information about the perl-DBD-MySQL.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-DBD-MySQL
Arch : x86_64
Version : 4.023
Release : 6.el7
Size : 323 k
Repo : installed
From repo : base
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.