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

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

Introduction

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

What is kf5-kdav-devel

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

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

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

sudo dnf -y install kf5-kdav-devel

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

sudo yum -y install kf5-kdav-devel

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

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

sudo dnf remove kf5-kdav-devel

kf5-kdav-devel Package Contents on Rocky Linux 8

/usr/include/KPim
/usr/include/KPim/KDAV
/usr/include/KPim/KDAV/DavCollection
/usr/include/KPim/KDAV/DavCollectionDeleteJob
/usr/include/KPim/KDAV/DavCollectionModifyJob
/usr/include/KPim/KDAV/DavCollectionsFetchJob
/usr/include/KPim/KDAV/DavCollectionsMultiFetchJob
/usr/include/KPim/KDAV/DavError
/usr/include/KPim/KDAV/DavItem
/usr/include/KPim/KDAV/DavItemCreateJob
/usr/include/KPim/KDAV/DavItemDeleteJob
/usr/include/KPim/KDAV/DavItemFetchJob
/usr/include/KPim/KDAV/DavItemModifyJob
/usr/include/KPim/KDAV/DavItemsFetchJob
/usr/include/KPim/KDAV/DavItemsListJob
/usr/include/KPim/KDAV/DavJobBase
/usr/include/KPim/KDAV/DavPrincipalHomesetsFetchJob
/usr/include/KPim/KDAV/DavPrincipalSearchJob
/usr/include/KPim/KDAV/DavUrl
/usr/include/KPim/KDAV/Enums
/usr/include/KPim/KDAV/EtagCache
/usr/include/KPim/KDAV/ProtocolInfo
/usr/include/KPim/kdav
/usr/include/KPim/kdav/davcollection.h
/usr/include/KPim/kdav/davcollectiondeletejob.h
/usr/include/KPim/kdav/davcollectionmodifyjob.h
/usr/include/KPim/kdav/davcollectionsfetchjob.h
/usr/include/KPim/kdav/davcollectionsmultifetchjob.h
/usr/include/KPim/kdav/daverror.h
/usr/include/KPim/kdav/davitem.h
/usr/include/KPim/kdav/davitemcreatejob.h
/usr/include/KPim/kdav/davitemdeletejob.h
/usr/include/KPim/kdav/davitemfetchjob.h
/usr/include/KPim/kdav/davitemmodifyjob.h
/usr/include/KPim/kdav/davitemsfetchjob.h
/usr/include/KPim/kdav/davitemslistjob.h
/usr/include/KPim/kdav/davjobbase.h
/usr/include/KPim/kdav/davprincipalhomesetsfetchjob.h
/usr/include/KPim/kdav/davprincipalsearchjob.h
/usr/include/KPim/kdav/davurl.h
/usr/include/KPim/kdav/enums.h
/usr/include/KPim/kdav/etagcache.h
/usr/include/KPim/kdav/kpimkdav_export.h
/usr/include/KPim/kdav/protocolinfo.h
/usr/include/KPim/kpimkdav_version.h
/usr/lib64/cmake/KPimKDAV
/usr/lib64/cmake/KPimKDAV/KPimKDAVConfig.cmake
/usr/lib64/cmake/KPimKDAV/KPimKDAVConfigVersion.cmake
/usr/lib64/cmake/KPimKDAV/KPimKDAVTargets-release.cmake
/usr/lib64/cmake/KPimKDAV/KPimKDAVTargets.cmake
/usr/lib64/libKPimKDAV.so
/usr/lib64/qt5/mkspecs/modules/qt_kdav.pri

References

Summary

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