How To Install qt5pas on Fedora 34
Introduction
In this tutorial we learn how to install qt5pas
on Fedora 34.
What is qt5pas
Qt5 bindings for Pascal from Lazarus. qt5pas 2.6 2001202.fc34 x86_64 571 k lazarus-2.0.12-2.fc34.src.rpm updates Qt5 bindings for Pascal http GPLv2+ and MPLv1.1 and LGPLv2+ with exceptions Qt5 bindings for Pascal from Lazarus.
We can use yum
or dnf
to install qt5pas
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install qt5pas.
Install qt5pas on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install qt5pas
using dnf
by running the following command:
sudo dnf -y install qt5pas
Install qt5pas on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the qt5pas
package we can use the following command:
sudo dnf remove qt5pas
qt5pas Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/42527fdb8ffc5be7288eb64c3771259410a225
/usr/lib/libQt5Pas.so.1
/usr/lib/libQt5Pas.so.1.2
/usr/lib/libQt5Pas.so.1.2.6
/usr/share/doc/qt5pas
/usr/share/doc/qt5pas/README.TXT
/usr/share/licenses/qt5pas
/usr/share/licenses/qt5pas/COPYING.TXT
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/14bfcc047e2379b143e32f27db3ab509900871
/usr/lib64/libQt5Pas.so.1
/usr/lib64/libQt5Pas.so.1.2
/usr/lib64/libQt5Pas.so.1.2.6
/usr/share/doc/qt5pas
/usr/share/doc/qt5pas/README.TXT
/usr/share/licenses/qt5pas
/usr/share/licenses/qt5pas/COPYING.TXT
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/d30191bb9ecd57ff1b1fb80f5b6efb9b06dc9d
/usr/lib/libQt5Pas.so.1
/usr/lib/libQt5Pas.so.1.2
/usr/lib/libQt5Pas.so.1.2.6
/usr/share/doc/qt5pas
/usr/share/doc/qt5pas/README.TXT
/usr/share/licenses/qt5pas
/usr/share/licenses/qt5pas/COPYING.TXT
/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/9e4fed984ef32ea392c1ab1d1a4b2dd013641c
/usr/lib64/libQt5Pas.so.1
/usr/lib64/libQt5Pas.so.1.2
/usr/lib64/libQt5Pas.so.1.2.6
/usr/share/doc/qt5pas
/usr/share/doc/qt5pas/README.TXT
/usr/share/licenses/qt5pas
/usr/share/licenses/qt5pas/COPYING.TXT
References
- [qt5pas website](http://www.lazarus-ide.org/ http://www.lazarus-ide.org/)
Summary
In this tutorial we learn how to install qt5pas
on Fedora 34 using yum and dnf.