How to Install and Uninstall python311-MiniMock Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python311-MiniMock" package

Please follow the steps below to install python311-MiniMock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-MiniMock

2. Uninstall "python311-MiniMock" package

Please follow the instructions below to uninstall python311-MiniMock on openSuSE Tumbleweed:

$ sudo zypper remove python311-MiniMock

3. Information about the python311-MiniMock package on openSuSE Tumbleweed

Information for package python311-MiniMock:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-MiniMock
Version : 1.3.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 91.5 KiB
Installed : No
Status : not installed
Source package : python-MiniMock-1.3.0-2.1.src
Upstream URL : https://github.com/lowks/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.