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

Last updated: May 18,2024

1. Install "python36-extension-helpers" package

Please follow the instructions below to install python36-extension-helpers on openSuSE Tumbleweed

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

2. Uninstall "python36-extension-helpers" package

Learn how to uninstall python36-extension-helpers on openSuSE Tumbleweed:

$ sudo zypper remove python36-extension-helpers

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

Information for package python36-extension-helpers:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-extension-helpers
Version : 0.1-2.4
Arch : noarch
Vendor : openSUSE
Installed Size : 116,2 KiB
Installed : No
Status : not installed
Source package : python-extension-helpers-0.1-2.4.src
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.