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

Last updated: May 17,2024

1. Install "python3-pythran" package

Please follow the guidance below to install python3-pythran on Kali Linux

$ sudo apt update $ sudo apt install python3-pythran

2. Uninstall "python3-pythran" package

This tutorial shows how to uninstall python3-pythran on Kali Linux:

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

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

Package: python3-pythran
Source: pythran
Version: 0.15.0+ds-2
Installed-Size: 4290
Maintainer: Debian Python Team
Architecture: amd64
Depends: g++ | c++-compiler, libopenblas-dev | libblis-dev | libblas-dev | libblas.so, libboost-dev, python3-all-dev, python3-setuptools, libxsimd-dev (>= 10.0.0~), python3-beniget (>= 0.4.0~), python3-gast (>= 0.5.0~), python3-numpy, python3-pkg-resources, python3-ply (>= 3.4~), python3:any
Size: 443376
SHA256: d3d3e491bd166e95cb99c98e18c64b3e79da64af9911095dfa98fdaa1a898de3
SHA1: 0a869e0bfdb0b97a04aef208cc1a6fc3a520bc25
MD5sum: c14369e832bd3382cc698639fa7462f6
Description: ahead of time compiler for Python
Pythran is an ahead of time compiler for a subset of the Python
language, with a focus on scientific computing. It takes a Python
module annotated with a few interface descriptions and turns it into a
native Python module with the same interface, but (hopefully) faster.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/serge-sans-paille/pythran
Section: python
Priority: optional
Filename: pool/main/p/pythran/python3-pythran_0.15.0+ds-2_amd64.deb