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

Last updated: May 02,2024

1. Install "python3-testresources.noarch" package

In this section, we are going to explain the necessary steps to install python3-testresources.noarch on Rocky Linux 9

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

2. Uninstall "python3-testresources.noarch" package

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

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

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

Last metadata expiration check: 1:42:54 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-testresources
Version : 2.0.1
Release : 6.el9
Architecture : noarch
Size : 62 k
Source : python-testresources-2.0.1-6.el9.src.rpm
Repository : epel
Summary : Testresources, a pyunit extension for managing expensive test resources
URL : https://github.com/testing-cabal/testresources
License : ASL 2.0 and BSD and GPLv2+
Description : testresources: extensions to python unittest to allow declarative use
: of resources by test cases.