How To Install gwenhywfar-gui-cpp-devel on Rocky Linux 8

In this tutorial we learn how to install gwenhywfar-gui-cpp-devel on Rocky Linux 8. gwenhywfar-gui-cpp-devel is Development files for gwenhywfar-gui-cpp

Introduction

In this tutorial we learn how to install gwenhywfar-gui-cpp-devel on Rocky Linux 8.

What is gwenhywfar-gui-cpp-devel

Development files for gwenhywfar-gui-cpp.

We can use yum or dnf to install gwenhywfar-gui-cpp-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-cpp-devel.

Install gwenhywfar-gui-cpp-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-cpp-devel using dnf by running the following command:

sudo dnf -y install gwenhywfar-gui-cpp-devel

Install gwenhywfar-gui-cpp-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-cpp-devel using yum by running the following command:

sudo yum -y install gwenhywfar-gui-cpp-devel

How To Uninstall gwenhywfar-gui-cpp-devel on Rocky Linux 8

To uninstall only the gwenhywfar-gui-cpp-devel package we can use the following command:

sudo dnf remove gwenhywfar-gui-cpp-devel

gwenhywfar-gui-cpp-devel Package Contents on Rocky Linux 8

/usr/lib64/cmake/gwengui-cpp-5.3
/usr/lib64/cmake/gwengui-cpp-5.3/gwengui-cpp-config-version.cmake
/usr/lib64/cmake/gwengui-cpp-5.3/gwengui-cpp-config.cmake
/usr/lib64/libgwengui-cpp.so

References

Summary

In this tutorial we learn how to install gwenhywfar-gui-cpp-devel on Rocky Linux 8 using yum and dnf.