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

Last updated: May 21,2024

1. Install "python3-MiniMock" package

In this section, we are going to explain the necessary steps to install python3-MiniMock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-MiniMock

2. Uninstall "python3-MiniMock" package

Please follow the steps below to uninstall python3-MiniMock on openSUSE Leap:

$ sudo zypper remove python3-MiniMock

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

Information for package python3-MiniMock:
-----------------------------------------
Repository : Main Repository
Name : python3-MiniMock
Version : 1.2.8-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 69.8 KiB
Installed : No
Status : not installed
Source package : python-MiniMock-1.2.8-bp155.2.10.src
Upstream URL : https://pypi.python.org/pypi/MiniMock
Summary : A mock library for Python
Description :
Minimock is a library for doing Mock objects with doctest.
When using doctest, mock objects can be very simple.