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

Last updated: October 30,2024

1. Install "python3-testfixtures.noarch" package

This tutorial shows how to install python3-testfixtures.noarch on Fedora 38

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

2. Uninstall "python3-testfixtures.noarch" package

This is a short guide on how to uninstall python3-testfixtures.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:01:50 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-testfixtures
Version : 6.18.5
Release : 4.fc38
Architecture : noarch
Size : 298 k
Source : python-testfixtures-6.18.5-4.fc38.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.