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

Last updated: June 29,2024

1. Install "python2-MiniMock" package

This tutorial shows how to install python2-MiniMock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-MiniMock

2. Uninstall "python2-MiniMock" package

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

$ sudo zypper remove python2-MiniMock

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

Information for package python2-MiniMock:
-----------------------------------------
Repository : Main Repository
Name : python2-MiniMock
Version : 1.2.8-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 73,9 KiB
Installed : No
Status : not installed
Source package : python-MiniMock-1.2.8-bp153.1.14.src
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.