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

Last updated: October 05,2024

1. Install "python310-ldap" package

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

$ sudo zypper refresh $ sudo zypper install python310-ldap

2. Uninstall "python310-ldap" package

In this section, we are going to explain the necessary steps to uninstall python310-ldap on openSuSE Tumbleweed:

$ sudo zypper remove python310-ldap

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

Information for package python310-ldap:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-ldap
Version : 3.4.4-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 796.7 KiB
Installed : No
Status : not installed
Source package : python-ldap-3.4.4-1.4.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.).