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

Last updated: May 10,2024

1. Install "python2-flexmock" package

Here is a brief guide to show you how to install python2-flexmock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-flexmock

2. Uninstall "python2-flexmock" package

In this section, we are going to explain the necessary steps to uninstall python2-flexmock on openSUSE Leap:

$ sudo zypper remove python2-flexmock

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

Information for package python2-flexmock:
-----------------------------------------
Repository : Main Repository
Name : python2-flexmock
Version : 0.10.4-bp153.1.28
Arch : noarch
Vendor : openSUSE
Installed Size : 116,0 KiB
Installed : No
Status : not installed
Source package : python-flexmock-0.10.4-bp153.1.28.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.