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

Last updated: May 18,2024

1. Install "python3-mockldap" package

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

$ sudo zypper refresh $ sudo zypper install python3-mockldap

2. Uninstall "python3-mockldap" package

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

$ sudo zypper remove python3-mockldap

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

Information for package python3-mockldap:
-----------------------------------------
Repository : Main Repository
Name : python3-mockldap
Version : 0.3.0.post1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 103.9 KiB
Installed : No
Status : not installed
Source package : python-mockldap-0.3.0.post1-bp155.2.10.src
Upstream URL : https://github.com/psagers/mockldap
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.