How to Install and Uninstall perl-DBD-mysql Package on openSUSE Leap

Last updated: May 21,2024

1. Install "perl-DBD-mysql" package

This guide covers the steps necessary to install perl-DBD-mysql on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DBD-mysql

2. Uninstall "perl-DBD-mysql" package

Please follow the steps below to uninstall perl-DBD-mysql on openSUSE Leap:

$ sudo zypper remove perl-DBD-mysql

3. Information about the perl-DBD-mysql package on openSUSE Leap

Information for package perl-DBD-mysql:
---------------------------------------
Repository : Main Repository
Name : perl-DBD-mysql
Version : 4.046-3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 355.2 KiB
Installed : No
Status : not installed
Source package : perl-DBD-mysql-4.046-3.3.1.src
Upstream URL : http://search.cpan.org/dist/DBD-mysql/
Summary : MySQL driver for the Perl5 Database Interface (DBI)
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. Most functions provided by this programming API
are supported. Some rarely used functions are missing, mainly because
no-one ever requested them. :-)