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

Last updated: July 05,2024

1. Install "python3-testfixtures.noarch" package

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

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

2. Uninstall "python3-testfixtures.noarch" package

This guide let you learn how to uninstall python3-testfixtures.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:29:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-testfixtures
Version : 6.17.1
Release : 2.fc34
Architecture : noarch
Size : 198 k
Source : python-testfixtures-6.17.1-2.fc34.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.