How to Install and Uninstall mysql-connector-java.noarch Package on Amazon Linux 2
Last updated: January 11,2025
1. Install "mysql-connector-java.noarch" package
This is a short guide on how to install mysql-connector-java.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
mysql-connector-java.noarch
Copied
2. Uninstall "mysql-connector-java.noarch" package
This guide let you learn how to uninstall mysql-connector-java.noarch on Amazon Linux 2:
$
sudo yum remove
mysql-connector-java.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the mysql-connector-java.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : mysql-connector-java
Arch : noarch
Epoch : 1
Version : 5.1.25
Release : 3.amzn2
Size : 1.3 M
Repo : amzn2-core/2/x86_64
Summary : Official JDBC driver for MySQL
URL : http://dev.mysql.com/downloads/connector/j/
License : GPLv2 with exceptions
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.
Available Packages
Name : mysql-connector-java
Arch : noarch
Epoch : 1
Version : 5.1.25
Release : 3.amzn2
Size : 1.3 M
Repo : amzn2-core/2/x86_64
Summary : Official JDBC driver for MySQL
URL : http://dev.mysql.com/downloads/connector/j/
License : GPLv2 with exceptions
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.