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

Last updated: July 03,2024

1. Install "python3-mox3.noarch" package

Please follow the guidelines below to install python3-mox3.noarch on Fedora 34

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

2. Uninstall "python3-mox3.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-mox3.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:27:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mox3
Version : 1.1.0
Release : 2.fc34
Architecture : noarch
Size : 80 k
Source : python-mox3-1.1.0-2.fc34.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.