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

Last updated: July 01,2024

1. Install "python312-maturin" package

Please follow the steps below to install python312-maturin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-maturin

2. Uninstall "python312-maturin" package

Please follow the steps below to uninstall python312-maturin on openSuSE Tumbleweed:

$ sudo zypper remove python312-maturin

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

Information for package python312-maturin:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-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.