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

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

Introduction

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

What is kf5-kcmutils-devel

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

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

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

sudo dnf -y install kf5-kcmutils-devel

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

sudo yum -y install kf5-kcmutils-devel

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

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

sudo dnf remove kf5-kcmutils-devel

kf5-kcmutils-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KCMUtils
/usr/include/KF5/KCMUtils/KCModuleContainer
/usr/include/KF5/KCMUtils/KCModuleInfo
/usr/include/KF5/KCMUtils/KCModuleLoader
/usr/include/KF5/KCMUtils/KCModuleProxy
/usr/include/KF5/KCMUtils/KCMultiDialog
/usr/include/KF5/KCMUtils/KPluginSelector
/usr/include/KF5/KCMUtils/kcmodulecontainer.h
/usr/include/KF5/KCMUtils/kcmoduleinfo.h
/usr/include/KF5/KCMUtils/kcmoduleloader.h
/usr/include/KF5/KCMUtils/kcmoduleproxy.h
/usr/include/KF5/KCMUtils/kcmultidialog.h
/usr/include/KF5/KCMUtils/kcmutils_export.h
/usr/include/KF5/KCMUtils/kpluginselector.h
/usr/include/KF5/KCMUtils/ksettings
/usr/include/KF5/KCMUtils/ksettings/Dialog
/usr/include/KF5/KCMUtils/ksettings/Dispatcher
/usr/include/KF5/KCMUtils/ksettings/PluginPage
/usr/include/KF5/KCMUtils/ksettings/dialog.h
/usr/include/KF5/KCMUtils/ksettings/dispatcher.h
/usr/include/KF5/KCMUtils/ksettings/pluginpage.h
/usr/include/KF5/kcmutils_version.h
/usr/lib64/cmake/KF5KCMUtils
/usr/lib64/cmake/KF5KCMUtils/KF5KCMUtilsConfig.cmake
/usr/lib64/cmake/KF5KCMUtils/KF5KCMUtilsConfigVersion.cmake
/usr/lib64/cmake/KF5KCMUtils/KF5KCMUtilsTargets-release.cmake
/usr/lib64/cmake/KF5KCMUtils/KF5KCMUtilsTargets.cmake
/usr/lib64/libKF5KCMUtils.so
/usr/lib64/qt5/mkspecs/modules/qt_KCMUtils.pri

References

Summary

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