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

Last updated: October 06,2024

1. Install "python3-extras.noarch" package

This guide covers the steps necessary to install python3-extras.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-extras.noarch" package

Here is a brief guide to show you how to uninstall python3-extras.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:36:33 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-extras
Version : 1.0.0
Release : 22.el9
Architecture : noarch
Size : 14 k
Source : python-extras-1.0.0-22.el9.src.rpm
Repository : epel
Summary : Useful extra bits for Python
URL : https://github.com/testing-cabal/extras
License : MIT
Description : extras is a set of extensions to the Python standard library, originally
: written to make the code within testtools cleaner, but now split out for
: general use outside of a testing context.