How to Install and Uninstall python3-maturin Package on Kali Linux

Last updated: June 02,2024

1. Install "python3-maturin" package

In this section, we are going to explain the necessary steps to install python3-maturin on Kali Linux

$ sudo apt update $ sudo apt install python3-maturin

2. Uninstall "python3-maturin" package

Please follow the guidance below to uninstall python3-maturin on Kali Linux:

$ sudo apt remove python3-maturin $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-maturin package on Kali Linux

Package: python3-maturin
Source: python-maturin
Version: 1.3.2-1
Installed-Size: 12180
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-tomli | python3-supported-min (>= 3.11), python3:any, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Size: 3169408
SHA256: dfa761858c49d6ba768b7a11a677de3da45b18b88303f50a281cadb0a10d25f6
SHA1: 4b3173713d5d611e2c4c2b8c177ab376be80d5e2
MD5sum: dd55714259fa16b95b29ba0981f9d611
Description: Build and publish crates with pyo3
Build tool and publish crates with pyo3, rust-cpython, cffi and uniffi
bindings as well as rust binaries as python packages.
.
This project is meant as a zero configuration replacement for setuptools-rust
and milksnake. It supports building wheels for python 3.7+ on windows, linux,
mac and freebsd, can upload them to pypi and has basic pypy and graalpy
support.
Description-md5:
Homepage: https://github.com/pyo3/maturin
Section: python
Priority: optional
Filename: pool/main/p/python-maturin/python3-maturin_1.3.2-1_amd64.deb

5. The same packages on other Linux Distributions