How to Install and Uninstall python3-extension-helpers.noarch Package on AlmaLinux 8

Last updated: May 18,2024

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

Please follow the instructions below to install python3-extension-helpers.noarch on AlmaLinux 8

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

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

In this section, we are going to explain the necessary steps to uninstall python3-extension-helpers.noarch on AlmaLinux 8:

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

3. Information about the python3-extension-helpers.noarch package on AlmaLinux 8

Last metadata expiration check: 1:41:45 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-extension-helpers
Version : 0.1
Release : 5.el8
Architecture : noarch
Size : 36 k
Source : python-extension-helpers-0.1-5.el8.src.rpm
Repository : epel
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.