How To Install mysql-connector-odbc on Fedora 36

In this tutorial we learn how to install mysql-connector-odbc in Fedora 36. mysql-connector-odbc is ODBC driver for MySQL

Introduction

In this tutorial we learn how to install mysql-connector-odbc on Fedora 36.

What is mysql-connector-odbc

An ODBC (rev 3) driver for MySQL, for use with unixODBC.

We can use yum or dnf to install mysql-connector-odbc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mysql-connector-odbc.

Install mysql-connector-odbc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mysql-connector-odbc using dnf by running the following command:

sudo dnf -y install mysql-connector-odbc

Install mysql-connector-odbc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mysql-connector-odbc using yum by running the following command:

sudo yum -y install mysql-connector-odbc

How To Uninstall mysql-connector-odbc on Fedora 36

To uninstall only the mysql-connector-odbc package we can use the following command:

sudo dnf remove mysql-connector-odbc

mysql-connector-odbc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/2467927c3a8b05ea5ec431d999aed9a38cfb76
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/fa09f8e31ee0bc98d2bf809c6c8a8e4084a840
/usr/lib64/unixODBC/libmyodbc8.so
/usr/lib64/unixODBC/libmyodbc8a.so
/usr/lib64/unixODBC/libmyodbc8w.so
/usr/share/doc/mysql-connector-odbc
/usr/share/doc/mysql-connector-odbc/ChangeLog
/usr/share/doc/mysql-connector-odbc/README.txt
/usr/share/licenses/mysql-connector-odbc
/usr/share/licenses/mysql-connector-odbc/LICENSE.txt

References

Summary

In this tutorial we learn how to install mysql-connector-odbc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install mysql-connector-odbc on Fedora 36” linkTitle: “mysql-connector-odbc” type: “docs” description: “In this tutorial we learn how to install mysql-connector-odbc in Fedora 36. mysql-connector-odbc is ODBC driver for MySQL” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mysql-connector-odbc-featured.png

Introduction

In this tutorial we learn how to install mysql-connector-odbc on Fedora 36.

What is mysql-connector-odbc

An ODBC (rev 3) driver for MySQL, for use with unixODBC.

We can use yum or dnf to install mysql-connector-odbc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mysql-connector-odbc.

Install mysql-connector-odbc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mysql-connector-odbc using dnf by running the following command:

sudo dnf -y install mysql-connector-odbc

Install mysql-connector-odbc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mysql-connector-odbc using yum by running the following command:

sudo yum -y install mysql-connector-odbc

How To Uninstall mysql-connector-odbc on Fedora 36

To uninstall only the mysql-connector-odbc package we can use the following command:

sudo dnf remove mysql-connector-odbc

mysql-connector-odbc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/e1a6ad726a6b0ff3e777bb9777fd2b0eb87dd7
/usr/lib/.build-id/db
/usr/lib/.build-id/db/308476794e60d0c19d4e24711a8fae39b81513
/usr/lib/unixODBC/libmyodbc8.so
/usr/lib/unixODBC/libmyodbc8a.so
/usr/lib/unixODBC/libmyodbc8w.so
/usr/share/doc/mysql-connector-odbc
/usr/share/doc/mysql-connector-odbc/ChangeLog
/usr/share/doc/mysql-connector-odbc/README.txt
/usr/share/licenses/mysql-connector-odbc
/usr/share/licenses/mysql-connector-odbc/LICENSE.txt

References

Summary

In this tutorial we learn how to install mysql-connector-odbc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).