How to Install and Uninstall python3-ldap.x86_64 Package on CentOS 8 / RHEL 8

Last updated: October 09,2024

1. Install "python3-ldap.x86_64" package

This guide covers the steps necessary to install python3-ldap.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-ldap.x86_64

2. Uninstall "python3-ldap.x86_64" package

This tutorial shows how to uninstall python3-ldap.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-ldap.x86_64 $ sudo dnf autoremove

3. Information about the python3-ldap.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:55:42 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-ldap
Version : 3.1.0
Release : 5.el8
Architecture : x86_64
Size : 226 k
Source : python-ldap-3.1.0-5.el8.src.rpm
Repository : appstream
Summary : An object-oriented API to access LDAP directory servers
URL : http://python-ldap.org/
License : Python
Description : python-ldap provides an object-oriented API for working with LDAP within
: Python programs. It allows access to LDAP directory servers by wrapping the
: OpenLDAP 2.x libraries, and contains modules for other LDAP-related tasks
: (including processing LDIF, LDAPURLs, LDAPv3 schema, etc.).