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

Last updated: May 18,2024

1. Install "python2-ldap" package

This guide let you learn how to install python2-ldap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-ldap

2. Uninstall "python2-ldap" package

In this section, we are going to explain the necessary steps to uninstall python2-ldap on openSUSE Leap:

$ sudo zypper remove python2-ldap

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

Information for package python2-ldap:
-------------------------------------
Repository : Main Repository
Name : python2-ldap
Version : 3.1.0-3.2.20
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 871,2 KiB
Installed : No
Status : not installed
Source package : python-ldap-3.1.0-3.2.20.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.).