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

Last updated: September 28,2024

1. Install "python36-maturin" package

This guide let you learn how to install python36-maturin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-maturin

2. Uninstall "python36-maturin" package

This guide covers the steps necessary to uninstall python36-maturin on openSuSE Tumbleweed:

$ sudo zypper remove python36-maturin

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

Information for package python36-maturin:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-maturin
Version : 0.11.4-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 14,0 MiB
Installed : No
Status : not installed
Source package : python-maturin-0.11.4-2.1.src
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.5+, can upload them to PyPI and has basic PyPy support.