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

Last updated: May 17,2024

1. Install "python3-mpi4py" package

This tutorial shows how to install python3-mpi4py on Kali Linux

$ sudo apt update $ sudo apt install python3-mpi4py

2. Uninstall "python3-mpi4py" package

In this section, we are going to explain the necessary steps to uninstall python3-mpi4py on Kali Linux:

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

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

Package: python3-mpi4py
Source: mpi4py
Version: 3.1.5-5
Installed-Size: 3366
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), libopenmpi3 (>= 4.1.6), python3 (<< 3.13), python3 (>= 3.11~), python3:any, mpi-default-bin
Suggests: python3-numpy
Size: 758548
SHA256: 5f7e1e0ee286c18b643e8e81d713d3ca0cba4e4926818cb15834af3d9edde2cd
SHA1: cc4722847df2017ae4e6a8ded6e092f16741dcd7
MD5sum: f7d60834c07eca48078ddfd5a552e70e
Description: bindings of the Message Passing Interface (MPI) standard
MPI for Python (mpi4py) provides bindings of the Message Passing
Interface (MPI) standard for the Python programming language,
allowing any Python program to exploit multiple processors.
.
mpi4py is constructed on top of the MPI-1/MPI-2 specification
and provides an object oriented interface which closely follows MPI-2
C++ bindings. It supports point-to-point (sends, receives) and
collective (broadcasts, scatters, gathers) communications of any
picklable Python object as well as optimized communications of Python
object exposing the single-segment buffer interface (NumPy arrays,
builtin bytes/string/array objects).
Description-md5:
Homepage: https://github.com/mpi4py/mpi4py
Section: python
Priority: optional
Filename: pool/main/m/mpi4py/python3-mpi4py_3.1.5-5_amd64.deb