How To Install qt3-PostgreSQL on Fedora 36

In this tutorial we learn how to install qt3-PostgreSQL in Fedora 36. qt3-PostgreSQL is PostgreSQL drivers for Qt 3’s SQL classes

Introduction

In this tutorial we learn how to install qt3-PostgreSQL on Fedora 36.

What is qt3-PostgreSQL

PostgreSQL driver for Qt 3’s SQL classes (QSQL)

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

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

sudo dnf -y install qt3-PostgreSQL

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

sudo yum -y install qt3-PostgreSQL

How To Uninstall qt3-PostgreSQL on Fedora 36

To uninstall only the qt3-PostgreSQL package we can use the following command:

sudo dnf remove qt3-PostgreSQL

qt3-PostgreSQL Package Contents on Fedora 36

---
title: "How To Install qt3-PostgreSQL on Fedora 36"
linkTitle: "qt3-PostgreSQL"
type: "docs"
description: "In this tutorial we learn how to install qt3-PostgreSQL in Fedora 36. qt3-PostgreSQL is PostgreSQL drivers for Qt 3's SQL classes"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qt3-PostgreSQL-featured.png
---

## Introduction

In this tutorial we learn how to install `qt3-PostgreSQL` on Fedora 36.

### What is `qt3-PostgreSQL`

> PostgreSQL driver for Qt 3's SQL classes (QSQL)  

/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/ed6b2c0b14518c1697df01730e386fd31dbc60
/usr/lib/qt-3.3/plugins/sqldrivers/libqsqlpsql.so
We can use `yum` or `dnf` to install `qt3-PostgreSQL` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt3-PostgreSQL.

## Install qt3-PostgreSQL on Fedora 36 Using dnf

Update yum database with dnf using the following command.

## References

sudo dnf makecache --refresh
* [qt3-PostgreSQL website](http://www.troll.no)

After updating yum database, We can install qt3-PostgreSQL using dnf by running the following command:

sudo dnf -y install qt3-PostgreSQL

Install qt3-PostgreSQL on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

Summary

After updating yum database, We can install qt3-PostgreSQL using yum by running the following command:

In this tutorial we learn how to install `qt3-PostgreSQL` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo yum -y install qt3-PostgreSQL

How To Uninstall qt3-PostgreSQL on Fedora 36

To uninstall only the qt3-PostgreSQL package we can use the following command:

sudo dnf remove qt3-PostgreSQL

qt3-PostgreSQL Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/48/0149b94aababa0de73014ddad967753deb2fa5
/usr/lib64/qt-3.3/plugins/sqldrivers/libqsqlpsql.so

References

Summary

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