How To Install qt6-qtbase-odbc on Fedora 36

In this tutorial we learn how to install qt6-qtbase-odbc in Fedora 36. qt6-qtbase-odbc is ODBC driver for Qt6’s SQL classes

Introduction

In this tutorial we learn how to install qt6-qtbase-odbc on Fedora 36.

What is qt6-qtbase-odbc

ODBC driver for Qt6’s SQL classes.

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

Install qt6-qtbase-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 qt6-qtbase-odbc using dnf by running the following command:

sudo dnf -y install qt6-qtbase-odbc

Install qt6-qtbase-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 qt6-qtbase-odbc using yum by running the following command:

sudo yum -y install qt6-qtbase-odbc

How To Uninstall qt6-qtbase-odbc on Fedora 36

To uninstall only the qt6-qtbase-odbc package we can use the following command:

sudo dnf remove qt6-qtbase-odbc

qt6-qtbase-odbc Package Contents on Fedora 36

---
title: "How To Install qt6-qtbase-odbc on Fedora 36"
linkTitle: "qt6-qtbase-odbc"
type: "docs"
description: "In this tutorial we learn how to install qt6-qtbase-odbc in Fedora 36. qt6-qtbase-odbc is ODBC driver for Qt6's SQL classes"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qt6-qtbase-odbc-featured.png
---

## Introduction

In this tutorial we learn how to install `qt6-qtbase-odbc` on Fedora 36.

### What is `qt6-qtbase-odbc`

> ODBC driver for Qt6's SQL classes.  

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

## Install qt6-qtbase-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 qt6-qtbase-odbc using dnf by running the following command:

sudo dnf -y install qt6-qtbase-odbc

Install qt6-qtbase-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 qt6-qtbase-odbc using yum by running the following command:

sudo yum -y install qt6-qtbase-odbc

How To Uninstall qt6-qtbase-odbc on Fedora 36

To uninstall only the qt6-qtbase-odbc package we can use the following command:

sudo dnf remove qt6-qtbase-odbc

qt6-qtbase-odbc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89/3ab48a809eb31e2f9465d2a2b0841c8c5ab27c
/usr/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginAdditionalTargetInfo.cmake
/usr/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfig.cmake
/usr/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersion.cmake
/usr/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersionImpl.cmake
/usr/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets-relwithdebinfo.cmake
/usr/lib/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets.cmake
/usr/lib/qt6/plugins/sqldrivers/libqsqlodbc.so

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/fc /usr/lib/.build-id/fc/938a7872211938b2c3b0c3b957506a34bb54b9 /usr/lib64/cmake/Qt6Sql/Qt6QODBCDriverPluginAdditionalTargetInfo.cmake /usr/lib64/cmake/Qt6Sql/Qt6QODBCDriverPluginConfig.cmake /usr/lib64/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersion.cmake /usr/lib64/cmake/Qt6Sql/Qt6QODBCDriverPluginConfigVersionImpl.cmake /usr/lib64/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets-relwithdebinfo.cmake /usr/lib64/cmake/Qt6Sql/Qt6QODBCDriverPluginTargets.cmake /usr/lib64/qt6/plugins/sqldrivers/libqsqlodbc.so


## References

* [qt6-qtbase-odbc website](http://qt-project.org/)

## Summary

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