How To Install kdevelop-pg-qt-devel on Rocky Linux 8

In this tutorial we learn how to install kdevelop-pg-qt-devel on Rocky Linux 8. kdevelop-pg-qt-devel is Developer files for kdevelop-pg-qt

Introduction

In this tutorial we learn how to install kdevelop-pg-qt-devel on Rocky Linux 8.

What is kdevelop-pg-qt-devel

Developer files for kdevelop-pg-qt.

We can use yum or dnf to install kdevelop-pg-qt-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kdevelop-pg-qt-devel.

Install kdevelop-pg-qt-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 kdevelop-pg-qt-devel using dnf by running the following command:

sudo dnf -y install kdevelop-pg-qt-devel

Install kdevelop-pg-qt-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 kdevelop-pg-qt-devel using yum by running the following command:

sudo yum -y install kdevelop-pg-qt-devel

How To Uninstall kdevelop-pg-qt-devel on Rocky Linux 8

To uninstall only the kdevelop-pg-qt-devel package we can use the following command:

sudo dnf remove kdevelop-pg-qt-devel

kdevelop-pg-qt-devel Package Contents on Rocky Linux 8

/usr/include/kdevelop-pg-qt
/usr/include/kdevelop-pg-qt/kdev-pg-allocator.h
/usr/include/kdevelop-pg-qt/kdev-pg-char-sets.h
/usr/include/kdevelop-pg-qt/kdev-pg-list.h
/usr/include/kdevelop-pg-qt/kdev-pg-location-table.h
/usr/include/kdevelop-pg-qt/kdev-pg-memory-pool.h
/usr/include/kdevelop-pg-qt/kdev-pg-token-stream.h
/usr/include/kdevelop-pg-qt/kdevelop-pg-qt_version.h
/usr/lib64/cmake/KDevelop-PG-Qt
/usr/lib64/cmake/KDevelop-PG-Qt/KDevelop-PG-QtConfig.cmake
/usr/lib64/cmake/KDevelop-PG-Qt/KDevelop-PG-QtConfigVersion.cmake

References

Summary

In this tutorial we learn how to install kdevelop-pg-qt-devel on Rocky Linux 8 using yum and dnf.