How to Install and Uninstall python38-ldap Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python38-ldap" package

This is a short guide on how to install python38-ldap on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ldap

2. Uninstall "python38-ldap" package

This guide covers the steps necessary to uninstall python38-ldap on openSuSE Tumbleweed:

$ sudo zypper remove python38-ldap

3. Information about the python38-ldap package on openSuSE Tumbleweed

Information for package python38-ldap:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ldap
Version : 3.4.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 878,7 KiB
Installed : No
Status : not installed
Source package : python-ldap-3.4.0-1.1.src
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.).