How to Install and Uninstall python-ldap.src Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "python-ldap.src" package

Here is a brief guide to show you how to install python-ldap.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-ldap.src

2. Uninstall "python-ldap.src" package

Learn how to uninstall python-ldap.src on Oracle Linux 9:

$ sudo dnf remove python-ldap.src $ sudo dnf autoremove

3. Information about the python-ldap.src package on Oracle Linux 9

Last metadata expiration check: 0:45:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-ldap
Version : 3.4.3
Release : 2.el9
Architecture : src
Size : 382 k
Source : None
Repository : ol9_appstream
Summary : An object-oriented API to access LDAP directory servers
URL : https://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.).