How To Install qt5-qttools-libs-designer on Rocky Linux 8
Introduction
In this tutorial we learn how to install qt5-qttools-libs-designer
on Rocky Linux 8.
What is qt5-qttools-libs-designer
Qt5 Designer runtime library.
We can use yum
or dnf
to install qt5-qttools-libs-designer
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-qttools-libs-designer.
Install qt5-qttools-libs-designer on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install qt5-qttools-libs-designer
using dnf
by running the following command:
sudo dnf -y install qt5-qttools-libs-designer
Install qt5-qttools-libs-designer on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install qt5-qttools-libs-designer
using yum
by running the following command:
sudo yum -y install qt5-qttools-libs-designer
How To Uninstall qt5-qttools-libs-designer on Rocky Linux 8
To uninstall only the qt5-qttools-libs-designer
package we can use the following command:
sudo dnf remove qt5-qttools-libs-designer
qt5-qttools-libs-designer Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/76
/usr/lib/.build-id/76/443f3bc9062c7a2aab454abadf089c676becfc
/usr/lib64/cmake/Qt5Designer
/usr/lib64/libQt5Designer.so.5
/usr/lib64/libQt5Designer.so.5.12
/usr/lib64/libQt5Designer.so.5.12.5
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/2e2a608e31adea0a5e0c879d962d6c86a6a2d7
/usr/lib/cmake/Qt5Designer
/usr/lib/libQt5Designer.so.5
/usr/lib/libQt5Designer.so.5.12
/usr/lib/libQt5Designer.so.5.12.5
References
Summary
In this tutorial we learn how to install qt5-qttools-libs-designer
on Rocky Linux 8 using yum and dnf.