How to Install and Uninstall python38-flexmock Package on openSuSE Tumbleweed

Last updated: February 03,2025

1. Install "python38-flexmock" package

This is a short guide on how to install python38-flexmock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-flexmock

2. Uninstall "python38-flexmock" package

This guide covers the steps necessary to uninstall python38-flexmock on openSuSE Tumbleweed:

$ sudo zypper remove python38-flexmock

3. Information about the python38-flexmock package on openSuSE Tumbleweed

Information for package python38-flexmock:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-flexmock
Version : 0.10.8-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 155,2 KiB
Installed : No
Status : not installed
Source package : python-flexmock-0.10.8-1.2.src
Summary : Testing library for creating mocks, stubs and fakes
Description :
Flexmock is a testing library for Python for creating mocks,
stubs and fakes. The API is inspired by a Ruby library of the same name, but
Python flexmock is not a clone of the Ruby version. It omits a number of
redundancies in the Ruby flexmock API, alters some defaults, and introduces
a number of Python-only features.