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

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

Introduction

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

What is kf5-kservice-devel

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

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

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

sudo dnf -y install kf5-kservice-devel

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

sudo yum -y install kf5-kservice-devel

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

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

sudo dnf remove kf5-kservice-devel

kf5-kservice-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KService
/usr/include/KF5/KService/KApplicationTrader
/usr/include/KF5/KService/KAutostart
/usr/include/KF5/KService/KDBusServiceStarter
/usr/include/KF5/KService/KMimeTypeTrader
/usr/include/KF5/KService/KPluginInfo
/usr/include/KF5/KService/KPluginTrader
/usr/include/KF5/KService/KService
/usr/include/KF5/KService/KServiceAction
/usr/include/KF5/KService/KServiceGroup
/usr/include/KF5/KService/KServiceType
/usr/include/KF5/KService/KServiceTypeProfile
/usr/include/KF5/KService/KServiceTypeTrader
/usr/include/KF5/KService/KSycoca
/usr/include/KF5/KService/KSycocaEntry
/usr/include/KF5/KService/KSycocaType
/usr/include/KF5/KService/KToolInvocation
/usr/include/KF5/KService/kapplicationtrader.h
/usr/include/KF5/KService/kautostart.h
/usr/include/KF5/KService/kdbusservicestarter.h
/usr/include/KF5/KService/kmimetypetrader.h
/usr/include/KF5/KService/kplugininfo.h
/usr/include/KF5/KService/kplugintrader.h
/usr/include/KF5/KService/kservice.h
/usr/include/KF5/KService/kservice_export.h
/usr/include/KF5/KService/kserviceaction.h
/usr/include/KF5/KService/kservicegroup.h
/usr/include/KF5/KService/kservicetype.h
/usr/include/KF5/KService/kservicetypeprofile.h
/usr/include/KF5/KService/kservicetypetrader.h
/usr/include/KF5/KService/ksycoca.h
/usr/include/KF5/KService/ksycocaentry.h
/usr/include/KF5/KService/ksycocatype.h
/usr/include/KF5/KService/ktoolinvocation.h
/usr/include/KF5/kservice_version.h
/usr/lib64/cmake/KF5Service
/usr/lib64/cmake/KF5Service/KF5ServiceConfig.cmake
/usr/lib64/cmake/KF5Service/KF5ServiceConfigVersion.cmake
/usr/lib64/cmake/KF5Service/KF5ServiceMacros.cmake
/usr/lib64/cmake/KF5Service/KF5ServiceTargets-release.cmake
/usr/lib64/cmake/KF5Service/KF5ServiceTargets.cmake
/usr/lib64/libKF5Service.so
/usr/lib64/qt5/mkspecs/modules/qt_KService.pri

References

Summary

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