How To Install qt-tds on Fedora 36

In this tutorial we learn how to install qt-tds in Fedora 36. qt-tds is TDS driver for Qt’s SQL classes

Introduction

In this tutorial we learn how to install qt-tds on Fedora 36.

What is qt-tds

TDS driver for Qt’s SQL classes.

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

Install qt-tds 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-tds using dnf by running the following command:

sudo dnf -y install qt-tds

Install qt-tds 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-tds using yum by running the following command:

sudo yum -y install qt-tds

How To Uninstall qt-tds on Fedora 36

To uninstall only the qt-tds package we can use the following command:

sudo dnf remove qt-tds

qt-tds Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df/3e60b2bb1e7adf8a95b2cf634bd160520b70fa
/usr/lib/qt4/plugins/sqldrivers/libqsqltds.so

References

Summary

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


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

Introduction

In this tutorial we learn how to install qt-tds on Fedora 36.

What is qt-tds

TDS driver for Qt’s SQL classes.

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

Install qt-tds 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-tds using dnf by running the following command:

sudo dnf -y install qt-tds

Install qt-tds 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-tds using yum by running the following command:

sudo yum -y install qt-tds

How To Uninstall qt-tds on Fedora 36

To uninstall only the qt-tds package we can use the following command:

sudo dnf remove qt-tds

qt-tds Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/f98b3eff14548f9e9ed2558560356631f73991
/usr/lib64/qt4/plugins/sqldrivers/libqsqltds.so

References

Summary

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