How To Install qt6-designer on Fedora 36
Introduction
In this tutorial we learn how to install qt6-designer
on Fedora 36.
What is qt6-designer
Design GUIs for Qt6 applications.
We can use yum
or dnf
to install qt6-designer
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qt6-designer.
Install qt6-designer 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 qt6-designer
using dnf
by running the following command:
sudo dnf -y install qt6-designer
Install qt6-designer 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 qt6-designer
using yum
by running the following command:
sudo yum -y install qt6-designer
How To Uninstall qt6-designer on Fedora 36
To uninstall only the qt6-designer
package we can use the following command:
sudo dnf remove qt6-designer
qt6-designer Package Contents on Fedora 36
/usr/bin/designer-qt6
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/ba1edc3523e2aaf162e883b2c583bb97c24c5a
/usr/lib/.build-id/a7/ba1edc3523e2aaf162e883b2c583bb97c24c5a.1
/usr/lib64/qt6/bin/designer
/usr/lib64/qt6/bin/designer-qt6
/usr/share/applications/qt6-designer.desktop
/usr/share/icons/hicolor/128x128/apps/designer-qt6.png
References
Summary
In this tutorial we learn how to install qt6-designer
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).