How to Install and Uninstall python3-mox3.noarch Package on Fedora 36

Last updated: October 11,2024

1. Install "python3-mox3.noarch" package

This tutorial shows how to install python3-mox3.noarch on Fedora 36

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

2. Uninstall "python3-mox3.noarch" package

This is a short guide on how to uninstall python3-mox3.noarch on Fedora 36:

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

3. Information about the python3-mox3.noarch package on Fedora 36

Last metadata expiration check: 0:08:36 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-mox3
Version : 1.1.0
Release : 5.fc36
Architecture : noarch
Size : 81 k
Source : python-mox3-1.1.0-5.fc36.src.rpm
Repository : fedora
Summary : Mock object framework for Python
URL : http://git.openstack.org/cgit/openstack/mox3
License : ASL 2.0
Description :
: Mox3 is a mock object framework for Python 3 and 2.7.
: Mox3 is an unofficial port of the Google mox framework to Python 3. It was
: meant to be as compatible with mox as possible, but small enhancements have
: been made.