How To Install qt4pas on Fedora 36

In this tutorial we learn how to install qt4pas in Fedora 36. qt4pas is Free Pascal Qt4 Binding

Introduction

In this tutorial we learn how to install qt4pas on Fedora 36.

What is qt4pas

The Free Pascal Qt4 binding allows Free Pascal to interface with the C++ Library Qt. This binding does not cover the whole Qt4 framework but only the classes needed by the Cross Platform Lazarus IDE to use Qt as a Widget set.

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

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

sudo dnf -y install qt4pas

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

sudo yum -y install qt4pas

How To Uninstall qt4pas on Fedora 36

To uninstall only the qt4pas package we can use the following command:

sudo dnf remove qt4pas

qt4pas Package Contents on Fedora 36

---
title: "How To Install qt4pas on Fedora 36"
linkTitle: "qt4pas"
type: "docs"
description: "In this tutorial we learn how to install qt4pas in Fedora 36. qt4pas is Free Pascal Qt4 Binding"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qt4pas-featured.png
---

## Introduction

In this tutorial we learn how to install `qt4pas` on Fedora 36.
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/0e3d3c1ad3d22e79d0296c6965aef04e4fb37f
/usr/lib/libQt4Pas.so.5
/usr/lib/libQt4Pas.so.5.2
/usr/lib/libQt4Pas.so.5.2.5
/usr/share/doc/qt4pas
/usr/share/doc/qt4pas/README.TXT
/usr/share/licenses/qt4pas
/usr/share/licenses/qt4pas/COPYING.TXT

### What is `qt4pas`

> The Free Pascal Qt4 binding allows Free Pascal to interface with the C++ Library Qt.  This binding does not cover the whole Qt4 framework but only the classes needed by the Cross Platform Lazarus IDE to use Qt as a Widget set.  

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

References

Install qt4pas on Fedora 36 Using dnf

Summary

Update yum database with dnf using the following command. In this tutorial we learn how to install qt4pas on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

sudo dnf makecache --refresh

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

sudo dnf -y install qt4pas

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

sudo yum -y install qt4pas

How To Uninstall qt4pas on Fedora 36

To uninstall only the qt4pas package we can use the following command:

sudo dnf remove qt4pas

qt4pas Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/c5f1fb77eb3362c1b98e46029d4307095d230b
/usr/lib64/libQt4Pas.so.5
/usr/lib64/libQt4Pas.so.5.2
/usr/lib64/libQt4Pas.so.5.2.5
/usr/share/doc/qt4pas
/usr/share/doc/qt4pas/README.TXT
/usr/share/licenses/qt4pas
/usr/share/licenses/qt4pas/COPYING.TXT

References

Summary

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