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

Last updated: October 08,2024

1. Install "python3-testfixtures.noarch" package

Please follow the guidance below to install python3-testfixtures.noarch on Fedora 36

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

2. Uninstall "python3-testfixtures.noarch" package

Here is a brief guide to show you how to uninstall python3-testfixtures.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:45:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-testfixtures
Version : 6.18.3
Release : 2.fc36
Architecture : noarch
Size : 203 k
Source : python-testfixtures-6.18.3-2.fc36.src.rpm
Repository : fedora
Summary : Collection of helpers and mock objects for unit tests
URL : https://github.com/Simplistix/testfixtures
License : MIT
Description : Testfixtures is a collection of helpers and mock objects that are useful
: when writing automated tests in Python.