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

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

Introduction

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

What is kf5-kdnssd-devel

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

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

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

sudo dnf -y install kf5-kdnssd-devel

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

sudo yum -y install kf5-kdnssd-devel

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

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

sudo dnf remove kf5-kdnssd-devel

kf5-kdnssd-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KDNSSD
/usr/include/KF5/KDNSSD/DNSSD
/usr/include/KF5/KDNSSD/DNSSD/DomainBrowser
/usr/include/KF5/KDNSSD/DNSSD/DomainModel
/usr/include/KF5/KDNSSD/DNSSD/PublicService
/usr/include/KF5/KDNSSD/DNSSD/RemoteService
/usr/include/KF5/KDNSSD/DNSSD/ServiceBase
/usr/include/KF5/KDNSSD/DNSSD/ServiceBrowser
/usr/include/KF5/KDNSSD/DNSSD/ServiceModel
/usr/include/KF5/KDNSSD/DNSSD/ServiceTypeBrowser
/usr/include/KF5/KDNSSD/dnssd
/usr/include/KF5/KDNSSD/dnssd/domainbrowser.h
/usr/include/KF5/KDNSSD/dnssd/domainmodel.h
/usr/include/KF5/KDNSSD/dnssd/kdnssd_export.h
/usr/include/KF5/KDNSSD/dnssd/publicservice.h
/usr/include/KF5/KDNSSD/dnssd/remoteservice.h
/usr/include/KF5/KDNSSD/dnssd/servicebase.h
/usr/include/KF5/KDNSSD/dnssd/servicebrowser.h
/usr/include/KF5/KDNSSD/dnssd/servicemodel.h
/usr/include/KF5/KDNSSD/dnssd/servicetypebrowser.h
/usr/include/KF5/kdnssd_version.h
/usr/lib64/cmake/KF5DNSSD
/usr/lib64/cmake/KF5DNSSD/KF5DNSSDConfig.cmake
/usr/lib64/cmake/KF5DNSSD/KF5DNSSDConfigVersion.cmake
/usr/lib64/cmake/KF5DNSSD/KF5DNSSDTargets-release.cmake
/usr/lib64/cmake/KF5DNSSD/KF5DNSSDTargets.cmake
/usr/lib64/libKF5DNSSD.so
/usr/lib64/qt5/mkspecs/modules/qt_KDNSSD.pri

References

Summary

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