How To Install gwenhywfar-gui-qt5-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install gwenhywfar-gui-qt5-devel
on Rocky Linux 8.
What is gwenhywfar-gui-qt5-devel
Development files for gwenhywfar-qt4-cpp.
We can use yum
or dnf
to install gwenhywfar-gui-qt5-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gwenhywfar-gui-qt5-devel.
Install gwenhywfar-gui-qt5-devel 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 gwenhywfar-gui-qt5-devel
using dnf
by running the following command:
sudo dnf -y install gwenhywfar-gui-qt5-devel
Install gwenhywfar-gui-qt5-devel 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 gwenhywfar-gui-qt5-devel
using yum
by running the following command:
sudo yum -y install gwenhywfar-gui-qt5-devel
How To Uninstall gwenhywfar-gui-qt5-devel on Rocky Linux 8
To uninstall only the gwenhywfar-gui-qt5-devel
package we can use the following command:
sudo dnf remove gwenhywfar-gui-qt5-devel
gwenhywfar-gui-qt5-devel Package Contents on Rocky Linux 8
/usr/include/gwenhywfar5/gwen-gui-qt5
/usr/include/gwenhywfar5/gwen-gui-qt5/qt5_gui.hpp
/usr/include/gwenhywfar5/gwen-gui-qt5/qt5_gui_dialog.hpp
/usr/include/gwenhywfar5/gwen-gui-qt5/qt5dialogbox.hpp
/usr/lib64/cmake/gwengui-qt5-5.3
/usr/lib64/cmake/gwengui-qt5-5.3/gwengui-qt5-config-version.cmake
/usr/lib64/cmake/gwengui-qt5-5.3/gwengui-qt5-config.cmake
/usr/lib64/libgwengui-qt5.so
/usr/lib64/pkgconfig/gwengui-qt5.pc
References
Summary
In this tutorial we learn how to install gwenhywfar-gui-qt5-devel
on Rocky Linux 8 using yum and dnf.