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

Last updated: September 30,2024

1. Install "python3-fixtures.noarch" package

Please follow the guidelines below to install python3-fixtures.noarch on Fedora 38

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

2. Uninstall "python3-fixtures.noarch" package

Please follow the step by step instructions below to uninstall python3-fixtures.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:59:51 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-fixtures
Version : 4.0.1
Release : 1.fc38
Architecture : noarch
Size : 133 k
Source : python-fixtures-4.0.1-1.fc38.src.rpm
Repository : fedora
Summary : Fixtures, reusable state for writing clean tests and more
URL : https://github.com/testing-cabal/fixtures
License : ASL 2.0 or BSD
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.