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

Last updated: June 30,2024

1. Install "python310-flexmock" package

In this section, we are going to explain the necessary steps to install python310-flexmock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-flexmock

2. Uninstall "python310-flexmock" package

Here is a brief guide to show you how to uninstall python310-flexmock on openSuSE Tumbleweed:

$ sudo zypper remove python310-flexmock

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

Information for package python310-flexmock:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-flexmock
Version : 0.11.3-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 181.7 KiB
Installed : No
Status : not installed
Source package : python-flexmock-0.11.3-1.4.src
Upstream URL : https://github.com/bkabrda/flexmock
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.