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

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

Introduction

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

What is kf5-kauth-devel

The kf5-kauth-devel package contains libraries and header files for developing applications that use kf5-kauth.

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

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

sudo dnf -y install kf5-kauth-devel

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

sudo yum -y install kf5-kauth-devel

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

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

sudo dnf remove kf5-kauth-devel

kf5-kauth-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KAuth
/usr/include/KF5/KAuth/KAuth
/usr/include/KF5/KAuth/KAuthAction
/usr/include/KF5/KAuth/KAuthActionReply
/usr/include/KF5/KAuth/KAuthExecuteJob
/usr/include/KF5/KAuth/KAuthHelperSupport
/usr/include/KF5/KAuth/KAuthObjectDecorator
/usr/include/KF5/KAuth/kauth.h
/usr/include/KF5/KAuth/kauth_export.h
/usr/include/KF5/KAuth/kauthaction.h
/usr/include/KF5/KAuth/kauthactionreply.h
/usr/include/KF5/KAuth/kauthcore_export.h
/usr/include/KF5/KAuth/kauthexecutejob.h
/usr/include/KF5/KAuth/kauthhelpersupport.h
/usr/include/KF5/KAuth/kauthobjectdecorator.h
/usr/include/KF5/kauth_version.h
/usr/lib64/cmake/KF5Auth
/usr/lib64/cmake/KF5Auth/KF5AuthConfig.cmake
/usr/lib64/cmake/KF5Auth/KF5AuthConfigVersion.cmake
/usr/lib64/cmake/KF5Auth/KF5AuthMacros.cmake
/usr/lib64/cmake/KF5Auth/KF5AuthTargets-release.cmake
/usr/lib64/cmake/KF5Auth/KF5AuthTargets.cmake
/usr/lib64/cmake/KF5Auth/KF5AuthToolsTargets-release.cmake
/usr/lib64/cmake/KF5Auth/KF5AuthToolsTargets.cmake
/usr/lib64/libKF5Auth.so
/usr/lib64/libKF5AuthCore.so
/usr/lib64/qt5/mkspecs/modules/qt_KAuth.pri
/usr/lib64/qt5/mkspecs/modules/qt_KAuthCore.pri

References

Summary

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