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

Last updated: September 28,2024

1. Install "python310-MiniMock" package

This is a short guide on how to install python310-MiniMock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-MiniMock

2. Uninstall "python310-MiniMock" package

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

$ sudo zypper remove python310-MiniMock

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

Information for package python310-MiniMock:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-MiniMock
Version : 1.3.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 78.2 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.