How to Install and Uninstall python39-maturin Package on openSuSE Tumbleweed

Last updated: September 28,2024

1. Install "python39-maturin" package

Please follow the guidance below to install python39-maturin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-maturin

2. Uninstall "python39-maturin" package

Please follow the guidance below to uninstall python39-maturin on openSuSE Tumbleweed:

$ sudo zypper remove python39-maturin

3. Information about the python39-maturin package on openSuSE Tumbleweed

Information for package python39-maturin:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-maturin
Version : 1.4.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 11.5 MiB
Installed : No
Status : not installed
Source package : python-maturin-1.4.0-1.2.src
Upstream URL : https://github.com/PyO3/maturin
Summary : Rust/Python Interoperability
Description :
Build and publish crates with pyo3, rust-cpython and cffi bindings
as well as rust binaries as python packages.
This project is a zero-configuration replacement for
setuptools-rust milksnake. It supports building wheels for Python
3.6+, can upload them to PyPI and has basic PyPy support.