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

Last updated: January 15,2025

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

This tutorial shows how to install python3-extension-helpers.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall python3-extension-helpers.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:08:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-extension-helpers
Version : 0.1
Release : 6.fc36
Architecture : noarch
Size : 36 k
Source : python-extension-helpers-0.1-6.fc36.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.