How to Install and Uninstall python39-ldap3 Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "python39-ldap3" package

In this section, we are going to explain the necessary steps to install python39-ldap3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-ldap3

2. Uninstall "python39-ldap3" package

This guide covers the steps necessary to uninstall python39-ldap3 on openSuSE Tumbleweed:

$ sudo zypper remove python39-ldap3

3. Information about the python39-ldap3 package on openSuSE Tumbleweed

Information for package python39-ldap3:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-ldap3
Version : 2.9.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 3.8 MiB
Installed : No
Status : not installed
Source package : python-ldap3-2.9.1-3.4.src
Upstream URL : https://github.com/cannatag/ldap3
Summary : A strictly RFC 4511 conforming LDAP V3 pure Python client
Description :
ldap3 is a strictly RFC 4511 conforming LDAP V3 pure Python **client**.
The same codebase works with Python, Python 3, PyPy and PyPy3.
This project was formerly named **python3-ldap**.
The name has been changed to avoid confusion with the python-ldap library.