How To Install mariadb-connector-odbc on Fedora 36
Introduction
In this tutorial we learn how to install mariadb-connector-odbc
on Fedora 36.
What is mariadb-connector-odbc
MariaDB Connector/ODBC is a standardized, LGPL licensed database driver using the industry standard Open Database Connectivity (ODBC) API. It supports ODBC Standard 3.5, can be used as a drop-in replacement for MySQL Connector/ODBC, and it supports both Unicode and ANSI modes.
We can use yum
or dnf
to install mariadb-connector-odbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mariadb-connector-odbc.
Install mariadb-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 mariadb-connector-odbc
using dnf
by running the following command:
sudo dnf -y install mariadb-connector-odbc
Install mariadb-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 mariadb-connector-odbc
using yum
by running the following command:
sudo yum -y install mariadb-connector-odbc
How To Uninstall mariadb-connector-odbc on Fedora 36
To uninstall only the mariadb-connector-odbc
package we can use the following command:
sudo dnf remove mariadb-connector-odbc
mariadb-connector-odbc Package Contents on Fedora 36
---
title: "How To Install mariadb-connector-odbc on Fedora 36"
linkTitle: "mariadb-connector-odbc"
type: "docs"
description: "In this tutorial we learn how to install mariadb-connector-odbc in Fedora 36. mariadb-connector-odbc is The MariaDB Native Client library (ODBC driver)"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/mariadb-connector-odbc-featured.png
---
## Introduction
In this tutorial we learn how to install `mariadb-connector-odbc` on Fedora 36.
### What is `mariadb-connector-odbc`
> MariaDB Connector/ODBC is a standardized, LGPL licensed database driver using the industry standard Open Database Connectivity (ODBC) API. It supports ODBC Standard 3.5, can be used as a drop-in replacement for MySQL Connector/ODBC, and it supports both Unicode and ANSI modes.
We can use `yum` or `dnf` to install `mariadb-connector-odbc` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mariadb-connector-odbc.
## Install mariadb-connector-odbc on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install mariadb-connector-odbc
using dnf
by running the following command:
sudo dnf -y install mariadb-connector-odbc
Install mariadb-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 mariadb-connector-odbc
using yum
by running the following command:
sudo yum -y install mariadb-connector-odbc
How To Uninstall mariadb-connector-odbc on Fedora 36
To uninstall only the mariadb-connector-odbc
package we can use the following command:
sudo dnf remove mariadb-connector-odbc
mariadb-connector-odbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/89d44673a2ec1746e9fc10541c00050c1429f7
/usr/lib64/libmaodbc.so
/usr/lib64/pkgconfig/libmaodbc.pc
/usr/share/doc/mariadb-connector-odbc
/usr/share/doc/mariadb-connector-odbc/README
/usr/share/licenses/mariadb-connector-odbc
/usr/share/licenses/mariadb-connector-odbc/COPYING
References
Summary
In this tutorial we learn how to install mariadb-connector-odbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/6f /usr/lib/.build-id/6f/22945427f239de247821f5984add814bb23e74 /usr/lib/libmaodbc.so /usr/lib/pkgconfig/libmaodbc.pc /usr/share/doc/mariadb-connector-odbc /usr/share/doc/mariadb-connector-odbc/README /usr/share/licenses/mariadb-connector-odbc /usr/share/licenses/mariadb-connector-odbc/COPYING
## References
* [mariadb-connector-odbc website](https://mariadb.org/en/)
## Summary
In this tutorial we learn how to install `mariadb-connector-odbc` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).