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

Last updated: June 18,2024

1. Install "python3-mockito.noarch" package

Please follow the guidelines below to install python3-mockito.noarch on Oracle Linux 8

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

2. Uninstall "python3-mockito.noarch" package

Please follow the guidance below to uninstall python3-mockito.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:39:39 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-mockito
Version : 1.3.0
Release : 1.el8
Architecture : noarch
Size : 50 k
Source : python-mockito-1.3.0-1.el8.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.