How To Install qt5pas on Fedora 36
Introduction
In this tutorial we learn how to install qt5pas
on Fedora 36.
What is qt5pas
Qt5 bindings for Pascal from Lazarus.
We can use yum
or dnf
to install qt5pas
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt5pas.
Install qt5pas 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 qt5pas
using dnf
by running the following command:
sudo dnf -y install qt5pas
Install qt5pas 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 qt5pas
using yum
by running the following command:
sudo yum -y install qt5pas
How To Uninstall qt5pas on Fedora 36
To uninstall only the qt5pas
package we can use the following command:
sudo dnf remove qt5pas
qt5pas Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/55963913dd571750e78fae7e149d0150aab105
/usr/lib/libQt5Pas.so.1
/usr/lib/libQt5Pas.so.1.2
/usr/lib/libQt5Pas.so.1.2.9
/usr/share/doc/qt5pas
/usr/share/doc/qt5pas/README.TXT
/usr/share/licenses/qt5pas
/usr/share/licenses/qt5pas/COPYING.TXT
References
Summary
In this tutorial we learn how to install qt5pas
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install qt5pas on Fedora 36” linkTitle: “qt5pas” type: “docs” description: “In this tutorial we learn how to install qt5pas in Fedora 36. qt5pas is Qt5 bindings for Pascal” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qt5pas-featured.png
Introduction
In this tutorial we learn how to install qt5pas
on Fedora 36.
What is qt5pas
Qt5 bindings for Pascal from Lazarus.
We can use yum
or dnf
to install qt5pas
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt5pas.
Install qt5pas 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 qt5pas
using dnf
by running the following command:
sudo dnf -y install qt5pas
Install qt5pas 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 qt5pas
using yum
by running the following command:
sudo yum -y install qt5pas
How To Uninstall qt5pas on Fedora 36
To uninstall only the qt5pas
package we can use the following command:
sudo dnf remove qt5pas
qt5pas Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/3362ec4438340eb0d1c1da0ed756224ee2b234
/usr/lib64/libQt5Pas.so.1
/usr/lib64/libQt5Pas.so.1.2
/usr/lib64/libQt5Pas.so.1.2.9
/usr/share/doc/qt5pas
/usr/share/doc/qt5pas/README.TXT
/usr/share/licenses/qt5pas
/usr/share/licenses/qt5pas/COPYING.TXT
References
Summary
In this tutorial we learn how to install qt5pas
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).