How to Install and Uninstall python3-mockito.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: January 18,2025

1. Install "python3-mockito.noarch" package

This guide covers the steps necessary to install python3-mockito.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-mockito.noarch" package

Please follow the steps below to uninstall python3-mockito.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-mockito.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:54:51 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-mockito
Version : 1.3.0
Release : 1.el9
Architecture : noarch
Size : 50 k
Source : python-mockito-1.3.0-1.el9.src.rpm
Repository : epel
Summary : Python spying framework inspired by Java's Mockito
URL : https://github.com/kaste/mockito-python
License : MIT
Description :
: This spying framework allows to easily create mocks with a very readable syntax.