How To Install qt5-qtbase-mysql on Fedora 36

In this tutorial we learn how to install qt5-qtbase-mysql in Fedora 36. qt5-qtbase-mysql is MySQL driver for Qt5’s SQL classes

Introduction

In this tutorial we learn how to install qt5-qtbase-mysql on Fedora 36.

What is qt5-qtbase-mysql

MySQL driver for Qt5’s SQL classes.

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

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

sudo dnf -y install qt5-qtbase-mysql

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

sudo yum -y install qt5-qtbase-mysql

How To Uninstall qt5-qtbase-mysql on Fedora 36

To uninstall only the qt5-qtbase-mysql package we can use the following command:

sudo dnf remove qt5-qtbase-mysql

qt5-qtbase-mysql Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a9/91215952865e86d59bffcf04c50098881fe321
/usr/lib64/cmake/Qt5Sql/Qt5Sql_QMYSQLDriverPlugin.cmake
/usr/lib64/qt5/plugins/sqldrivers/libqsqlmysql.so

References

Summary

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


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

Introduction

In this tutorial we learn how to install qt5-qtbase-mysql on Fedora 36.

What is qt5-qtbase-mysql

MySQL driver for Qt5’s SQL classes.

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

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

sudo dnf -y install qt5-qtbase-mysql

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

sudo yum -y install qt5-qtbase-mysql

How To Uninstall qt5-qtbase-mysql on Fedora 36

To uninstall only the qt5-qtbase-mysql package we can use the following command:

sudo dnf remove qt5-qtbase-mysql

qt5-qtbase-mysql Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4a/825a8f51b137871f9326a8d61151b490854829
/usr/lib/cmake/Qt5Sql/Qt5Sql_QMYSQLDriverPlugin.cmake
/usr/lib/qt5/plugins/sqldrivers/libqsqlmysql.so

References

Summary

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