How to Install and Uninstall python3-mockito.noarch Package on Oracle Linux 9

Last updated: January 13,2025

1. Install "python3-mockito.noarch" package

This is a short guide on how to install python3-mockito.noarch on Oracle Linux 9

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

2. Uninstall "python3-mockito.noarch" package

This guide covers the steps necessary to uninstall python3-mockito.noarch on Oracle Linux 9:

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

3. Information about the python3-mockito.noarch package on Oracle Linux 9

Last metadata expiration check: 1:16:23 ago on Thu Feb 15 07:50:05 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.