How to Install and Uninstall python3-testfixtures.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 26,2024

1. Install "python3-testfixtures.noarch" package

In this section, we are going to explain the necessary steps to install python3-testfixtures.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-testfixtures.noarch" package

Please follow the guidelines below to uninstall python3-testfixtures.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-testfixtures.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:52:24 ago on Mon Feb 26 07:04:30 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.