How To Install qt-odbc on Fedora 36
Introduction
In this tutorial we learn how to install qt-odbc
on Fedora 36.
What is qt-odbc
ODBC driver for Qt’s SQL classes.
We can use yum
or dnf
to install qt-odbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt-odbc.
Install qt-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 qt-odbc
using dnf
by running the following command:
sudo dnf -y install qt-odbc
Install qt-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 qt-odbc
using yum
by running the following command:
sudo yum -y install qt-odbc
How To Uninstall qt-odbc on Fedora 36
To uninstall only the qt-odbc
package we can use the following command:
sudo dnf remove qt-odbc
qt-odbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/0b82b7ec89451acad6f40cf234b5448d22e3f1
/usr/lib/qt4/plugins/sqldrivers/libqsqlodbc.so
---
title: "How To Install qt-odbc on Fedora 36"
linkTitle: "qt-odbc"
type: "docs"
description: "In this tutorial we learn how to install qt-odbc in Fedora 36. qt-odbc is ODBC driver for Qt's SQL classes"
date: “2022-08-17”
lastmod: “2022-08-17”
References
#image: /images/fedora/36/qt-odbc-featured.png
Summary
In this tutorial we learn how to install qt-odbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Introduction
In this tutorial we learn how to install qt-odbc
on Fedora 36.
What is qt-odbc
ODBC driver for Qt’s SQL classes.
We can use yum
or dnf
to install qt-odbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt-odbc.
Install qt-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 qt-odbc
using dnf
by running the following command:
sudo dnf -y install qt-odbc
Install qt-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 qt-odbc
using yum
by running the following command:
sudo yum -y install qt-odbc
How To Uninstall qt-odbc on Fedora 36
To uninstall only the qt-odbc
package we can use the following command:
sudo dnf remove qt-odbc
qt-odbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/da/9658c087ca901960f1909f657a7bb2228d34c1
/usr/lib64/qt4/plugins/sqldrivers/libqsqlodbc.so
References
Summary
In this tutorial we learn how to install qt-odbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).