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

Last updated: September 21,2024

1. Install "python-ldap.src" package

Please follow the instructions below to install python-ldap.src on Oracle Linux 8

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

2. Uninstall "python-ldap.src" package

This guide covers the steps necessary to uninstall python-ldap.src on Oracle Linux 8:

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

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

Last metadata expiration check: 2:53:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-ldap
Version : 3.3.1
Release : 2.el8
Architecture : src
Size : 391 k
Source : None
Repository : ol8_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.).