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

Last updated: July 08,2024

1. Install "python311-extension-helpers" package

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

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

2. Uninstall "python311-extension-helpers" package

In this section, we are going to explain the necessary steps to uninstall python311-extension-helpers on openSuSE Tumbleweed:

$ sudo zypper remove python311-extension-helpers

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

Information for package python311-extension-helpers:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-extension-helpers
Version : 1.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 152.5 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.