How to Install and Uninstall python3-extras.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-extras.noarch" package

This is a short guide on how to install python3-extras.noarch on Fedora 34

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

2. Uninstall "python3-extras.noarch" package

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

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

3. Information about the python3-extras.noarch package on Fedora 34

Last metadata expiration check: 1:26:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-extras
Version : 1.0.0
Release : 15.fc34
Architecture : noarch
Size : 20 k
Source : python-extras-1.0.0-15.fc34.src.rpm
Repository : fedora
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.