How to Install and Uninstall python3-flexmock.noarch Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "python3-flexmock.noarch" package

Please follow the instructions below to install python3-flexmock.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-flexmock.noarch

2. Uninstall "python3-flexmock.noarch" package

Please follow the guidelines below to uninstall python3-flexmock.noarch on CentOS Stream 9:

$ sudo dnf remove python3-flexmock.noarch $ sudo dnf autoremove

3. Information about the python3-flexmock.noarch package on CentOS Stream 9

Last metadata expiration check: 1:40:41 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-flexmock
Version : 0.11.3
Release : 4.el9
Architecture : noarch
Size : 67 k
Source : python-flexmock-0.11.3-4.el9.src.rpm
Repository : epel
Summary : Testing library that makes it easy to create mocks, stubs and fakes
URL : https://flexmock.readthedocs.org
License : BSD-2-Clause-Views
Description : Flexmock is a testing library for Python that makes it easy to create 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.