How to Install and Uninstall openldap.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "openldap.x86_64" package

Please follow the step by step instructions below to install openldap.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install openldap.x86_64

2. Uninstall "openldap.x86_64" package

In this section, we are going to explain the necessary steps to uninstall openldap.x86_64 on Rocky Linux 8:

$ sudo dnf remove openldap.x86_64 $ sudo dnf autoremove

3. Information about the openldap.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:28:19 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : openldap
Version : 2.4.46
Release : 18.el8
Architecture : x86_64
Size : 983 k
Source : openldap-2.4.46-18.el8.src.rpm
Repository : @System
Summary : LDAP support libraries
URL : http://www.openldap.org/
License : OpenLDAP
Description : OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
: Protocol) applications and development tools. LDAP is a set of
: protocols for accessing directory services (usually phone book style
: information, but other information is possible) over the Internet,
: similar to the way DNS (Domain Name System) information is propagated
: over the Internet. The openldap package contains configuration files,
: libraries, and documentation for OpenLDAP.