How to Install and Uninstall python3-fixtures.noarch Package on Fedora 39

Last updated: May 20,2024

1. Install "python3-fixtures.noarch" package

This guide covers the steps necessary to install python3-fixtures.noarch on Fedora 39

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

2. Uninstall "python3-fixtures.noarch" package

This guide let you learn how to uninstall python3-fixtures.noarch on Fedora 39:

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

3. Information about the python3-fixtures.noarch package on Fedora 39

Last metadata expiration check: 5:32:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-fixtures
Version : 4.0.1
Release : 5.fc39
Architecture : noarch
Size : 130 k
Source : python-fixtures-4.0.1-5.fc39.src.rpm
Repository : fedora
Summary : Fixtures, reusable state for writing clean tests and more
URL : https://github.com/testing-cabal/fixtures
License : Apache-2.0 OR BSD-3-Clause
Description : Fixtures defines a Python contract for reusable state / support logic,
: primarily for unit testing. Helper and adaption logic is included to make it
: easy to write your own fixtures using the fixtures contract. Glue code is
: provided that makes using fixtures that meet the Fixtures contract in unittest
: compatible test cases easy and straight forward.