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

Last updated: June 23,2024

1. Install "python3-testfixtures.noarch" package

This is a short guide on how to install python3-testfixtures.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 3:19:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-testfixtures
Version : 6.18.0
Release : 1.fc35
Architecture : noarch
Size : 202 k
Source : python-testfixtures-6.18.0-1.fc35.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.