How to Install and Uninstall python310-extension-helpers Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python310-extension-helpers" package

Please follow the steps below to install python310-extension-helpers on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-extension-helpers

2. Uninstall "python310-extension-helpers" package

Please follow the guidance below to uninstall python310-extension-helpers on openSuSE Tumbleweed:

$ sudo zypper remove python310-extension-helpers

3. Information about the python310-extension-helpers package on openSuSE Tumbleweed

Information for package python310-extension-helpers:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-extension-helpers
Version : 1.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 113.8 KiB
Installed : No
Status : not installed
Source package : python-extension-helpers-1.1.1-1.2.src
Upstream URL : https://github.com/astropy/extension-helpers
Summary : Utilities for building and installing packages in the Astropy ecosystem
Description :
A package that 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.