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

Last updated: May 03,2024

1. Install "python3-extension-helpers.noarch" package

Learn how to install python3-extension-helpers.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-extension-helpers.noarch

2. Uninstall "python3-extension-helpers.noarch" package

Please follow the instructions below to uninstall python3-extension-helpers.noarch on Fedora 34:

$ sudo dnf remove python3-extension-helpers.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:03:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-extension-helpers
Version : 0.1
Release : 3.fc34
Architecture : noarch
Size : 36 k
Source : python-extension-helpers-0.1-3.fc34.src.rpm
Repository : fedora
Summary : A build time package to simplify C/Cython extensions
URL : https://pypi.python.org/pypi/extension-helpers
License : BSD
Description : The extension-helpers package includes convenience helpers to assist with
: building Python packages with compiled C/Cython extensions. It is developed
: by the Astropy project but is intended to be general and usable by any
: Python package.
:
: This is not a traditional package in the sense that it is not intended to be
: installed directly by users or developers. Instead, it is meant to be accessed
: when the setup.py command is run and should be defined as a build-time
: dependency in pyproject.toml files.