How To Install kf5-purpose-devel on Rocky Linux 8

In this tutorial we learn how to install kf5-purpose-devel on Rocky Linux 8. kf5-purpose-devel is Development files for kf5-purpose

Introduction

In this tutorial we learn how to install kf5-purpose-devel on Rocky Linux 8.

What is kf5-purpose-devel

Development files for kf5-purpose.

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

Install kf5-purpose-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 kf5-purpose-devel using dnf by running the following command:

sudo dnf -y install kf5-purpose-devel

Install kf5-purpose-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 kf5-purpose-devel using yum by running the following command:

sudo yum -y install kf5-purpose-devel

How To Uninstall kf5-purpose-devel on Rocky Linux 8

To uninstall only the kf5-purpose-devel package we can use the following command:

sudo dnf remove kf5-purpose-devel

kf5-purpose-devel Package Contents on Rocky Linux 8

/usr/include/KF5/purpose
/usr/include/KF5/purpose/Purpose
/usr/include/KF5/purpose/Purpose/AlternativesModel
/usr/include/KF5/purpose/Purpose/Configuration
/usr/include/KF5/purpose/Purpose/Job
/usr/include/KF5/purpose/Purpose/PluginBase
/usr/include/KF5/purpose/purpose
/usr/include/KF5/purpose/purpose/alternativesmodel.h
/usr/include/KF5/purpose/purpose/configuration.h
/usr/include/KF5/purpose/purpose/job.h
/usr/include/KF5/purpose/purpose/pluginbase.h
/usr/include/KF5/purpose/purpose/purpose_export.h
/usr/include/KF5/purpose/purpose_version.h
/usr/include/KF5/purposewidgets
/usr/include/KF5/purposewidgets/PurposeWidgets
/usr/include/KF5/purposewidgets/PurposeWidgets/Menu
/usr/include/KF5/purposewidgets/purposewidgets
/usr/include/KF5/purposewidgets/purposewidgets/menu.h
/usr/include/KF5/purposewidgets/purposewidgets/purposewidgets_export.h
/usr/lib64/cmake/KDEExperimentalPurpose
/usr/lib64/cmake/KDEExperimentalPurpose/KDEExperimentalPurposeConfig.cmake
/usr/lib64/cmake/KF5Purpose
/usr/lib64/cmake/KF5Purpose/KF5PurposeConfig.cmake
/usr/lib64/cmake/KF5Purpose/KF5PurposeConfigVersion.cmake
/usr/lib64/cmake/KF5Purpose/KF5PurposeTargets-release.cmake
/usr/lib64/cmake/KF5Purpose/KF5PurposeTargets.cmake
/usr/lib64/libKF5Purpose.so
/usr/lib64/libKF5PurposeWidgets.so

References

Summary

In this tutorial we learn how to install kf5-purpose-devel on Rocky Linux 8 using yum and dnf.