How To Install kf5-kldap-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-kldap-devel
on Rocky Linux 8.
What is kf5-kldap-devel
The kf5-kldap-devel package contains libraries and header files for developing applications that use kf5-kldap.
We can use yum
or dnf
to install kf5-kldap-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-kldap-devel.
Install kf5-kldap-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-kldap-devel
using dnf
by running the following command:
sudo dnf -y install kf5-kldap-devel
Install kf5-kldap-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-kldap-devel
using yum
by running the following command:
sudo yum -y install kf5-kldap-devel
How To Uninstall kf5-kldap-devel on Rocky Linux 8
To uninstall only the kf5-kldap-devel
package we can use the following command:
sudo dnf remove kf5-kldap-devel
kf5-kldap-devel Package Contents on Rocky Linux 8
/usr/include/KF5/KLDAP
/usr/include/KF5/KLDAP/KLDAP
/usr/include/KF5/KLDAP/KLDAP/Ber
/usr/include/KF5/KLDAP/KLDAP/LdapAttributeProxyModel
/usr/include/KF5/KLDAP/KLDAP/LdapConfigWidget
/usr/include/KF5/KLDAP/KLDAP/LdapConnection
/usr/include/KF5/KLDAP/KLDAP/LdapControl
/usr/include/KF5/KLDAP/KLDAP/LdapDN
/usr/include/KF5/KLDAP/KLDAP/LdapDefs
/usr/include/KF5/KLDAP/KLDAP/LdapModel
/usr/include/KF5/KLDAP/KLDAP/LdapObject
/usr/include/KF5/KLDAP/KLDAP/LdapOperation
/usr/include/KF5/KLDAP/KLDAP/LdapSearch
/usr/include/KF5/KLDAP/KLDAP/LdapServer
/usr/include/KF5/KLDAP/KLDAP/LdapStructureProxyModel
/usr/include/KF5/KLDAP/KLDAP/LdapUrl
/usr/include/KF5/KLDAP/KLDAP/Ldif
/usr/include/KF5/KLDAP/kldap
/usr/include/KF5/KLDAP/kldap/ber.h
/usr/include/KF5/KLDAP/kldap/kldap_export.h
/usr/include/KF5/KLDAP/kldap/ldapattributeproxymodel.h
/usr/include/KF5/KLDAP/kldap/ldapconfigwidget.h
/usr/include/KF5/KLDAP/kldap/ldapconnection.h
/usr/include/KF5/KLDAP/kldap/ldapcontrol.h
/usr/include/KF5/KLDAP/kldap/ldapdefs.h
/usr/include/KF5/KLDAP/kldap/ldapdn.h
/usr/include/KF5/KLDAP/kldap/ldapmodel.h
/usr/include/KF5/KLDAP/kldap/ldapobject.h
/usr/include/KF5/KLDAP/kldap/ldapoperation.h
/usr/include/KF5/KLDAP/kldap/ldapsearch.h
/usr/include/KF5/KLDAP/kldap/ldapserver.h
/usr/include/KF5/KLDAP/kldap/ldapstructureproxymodel.h
/usr/include/KF5/KLDAP/kldap/ldapurl.h
/usr/include/KF5/KLDAP/kldap/ldif.h
/usr/include/KF5/kldap_version.h
/usr/lib64/cmake/KF5Ldap
/usr/lib64/cmake/KF5Ldap/KF5LdapConfig.cmake
/usr/lib64/cmake/KF5Ldap/KF5LdapConfigVersion.cmake
/usr/lib64/cmake/KF5Ldap/KF5LdapTargets-release.cmake
/usr/lib64/cmake/KF5Ldap/KF5LdapTargets.cmake
/usr/lib64/libKF5Ldap.so
/usr/lib64/qt5/mkspecs/modules/qt_Ldap.pri
References
Summary
In this tutorial we learn how to install kf5-kldap-devel
on Rocky Linux 8 using yum and dnf.