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