How to Install and Uninstall mysql-connector-java Package on openSUSE Leap
Last updated: November 07,2024
1. Install "mysql-connector-java" package
This is a short guide on how to install mysql-connector-java on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
mysql-connector-java
Copied
2. Uninstall "mysql-connector-java" package
Please follow the instructions below to uninstall mysql-connector-java on openSUSE Leap:
$
sudo zypper remove
mysql-connector-java
Copied
3. Information about the mysql-connector-java package on openSUSE Leap
Information for package mysql-connector-java:
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : mysql-connector-java
Version : 8.0.33-150200.3.18.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : mysql-connector-java-8.0.33-150200.3.18.1.src
Upstream URL : https://dev.mysql.com/downloads/connector/j/
Summary : Official JDBC Driver for MySQL
Description :
MySQL Connector/J is a native Java driver that converts JDBC (Java
Database Connectivity) calls into the network protocol used by the
MySQL database. It lets developers working with the Java programming
language easily build programs and applets that interact with MySQL and
connect all corporate data, even in a heterogeneous environment. MySQL
Connector/J is a Type IV JDBC driver and has a complete JDBC feature
set that supports the capabilities of MySQL.
---------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : mysql-connector-java
Version : 8.0.33-150200.3.18.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : mysql-connector-java-8.0.33-150200.3.18.1.src
Upstream URL : https://dev.mysql.com/downloads/connector/j/
Summary : Official JDBC Driver for MySQL
Description :
MySQL Connector/J is a native Java driver that converts JDBC (Java
Database Connectivity) calls into the network protocol used by the
MySQL database. It lets developers working with the Java programming
language easily build programs and applets that interact with MySQL and
connect all corporate data, even in a heterogeneous environment. MySQL
Connector/J is a Type IV JDBC driver and has a complete JDBC feature
set that supports the capabilities of MySQL.