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

Last updated: May 17,2024

1. Install "python2-mockldap" package

Please follow the guidelines below to install python2-mockldap on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-mockldap

2. Uninstall "python2-mockldap" package

Please follow the step by step instructions below to uninstall python2-mockldap on openSUSE Leap:

$ sudo zypper remove python2-mockldap

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

Information for package python2-mockldap:
-----------------------------------------
Repository : Main Repository
Name : python2-mockldap
Version : 0.3.0.post1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 79,3 KiB
Installed : No
Status : not installed
Source package : python-mockldap-0.3.0.post1-bp153.1.15.src
Summary : A simple mock implementation of python-ldap
Description :
This project provides a mock replacement for python-ldap. It's useful for any
project that would like to write unit tests against LDAP code without relying
on a running LDAP server.