How to Install and Uninstall mysql-connector-java.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "mysql-connector-java.noarch" package

Please follow the guidance below to install mysql-connector-java.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mysql-connector-java.noarch

2. Uninstall "mysql-connector-java.noarch" package

Please follow the instructions below to uninstall mysql-connector-java.noarch on Fedora 36:

$ sudo dnf remove mysql-connector-java.noarch $ sudo dnf autoremove

3. Information about the mysql-connector-java.noarch package on Fedora 36

Last metadata expiration check: 3:37:25 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mysql-connector-java
Epoch : 1
Version : 8.0.28
Release : 3.fc36
Architecture : noarch
Size : 2.3 M
Source : mysql-connector-java-8.0.28-3.fc36.src.rpm
Repository : fedora
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.