How to Install and Uninstall python3-testfixtures.noarch Package on Rocky Linux 9

Last updated: October 09,2024

1. Install "python3-testfixtures.noarch" package

Learn how to install python3-testfixtures.noarch on Rocky Linux 9

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

2. Uninstall "python3-testfixtures.noarch" package

Please follow the instructions below to uninstall python3-testfixtures.noarch on Rocky Linux 9:

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

3. Information about the python3-testfixtures.noarch package on Rocky Linux 9

Last metadata expiration check: 0:55:52 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-testfixtures
Version : 6.18.5
Release : 6.el9
Architecture : noarch
Size : 205 k
Source : python-testfixtures-6.18.5-6.el9.src.rpm
Repository : epel
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.