How to Install and Uninstall python3-ldap Package on openSUSE Leap

Last updated: December 23,2024

1. Install "python3-ldap" package

Here is a brief guide to show you how to install python3-ldap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ldap

2. Uninstall "python3-ldap" package

Please follow the steps below to uninstall python3-ldap on openSUSE Leap:

$ sudo zypper remove python3-ldap

3. Information about the python3-ldap package on openSUSE Leap

Information for package python3-ldap:
-------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-ldap
Version : 3.4.0-150400.5.69
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 862.4 KiB
Installed : No
Status : not installed
Source package : python3-ldap-3.4.0-150400.5.69.src
Upstream URL : https://www.python-ldap.org/
Summary : Python LDAP interface
Description :
python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs
for that purpose. Additionally the package contains modules for other
LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).