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

Last updated: September 20,2024

1. Install "python3-pyina" package

Here is a brief guide to show you how to install python3-pyina on Kali Linux

$ sudo apt update $ sudo apt install python3-pyina

2. Uninstall "python3-pyina" package

Learn how to uninstall python3-pyina on Kali Linux:

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

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

Package: python3-pyina
Source: pyina
Version: 0.2.9-1
Installed-Size: 177
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dill (>= 0.3.8), python3-mpi4py, python3-numpy, python3-pathos (>= 0.3.2), python3-pox (>= 0.3.4), python3:any
Size: 28856
SHA256: 0385b5b954060e7359cf8226a4d656d42d6c8592897def6c67f013fa5600bf53
SHA1: 46f271c9488bb4e9c9928ca886c5ff75a9d456ed
MD5sum: 1c70869e1d793b9be80c081461e2f70c
Description: MPI parallel map and cluster scheduling
The pyina package provides several basic tools to make MPI-based
parallel computing more accessible to the end user. The goal of pyina
is to allow the user to extend their own code to MPI-based parallel
computing with minimal refactoring.
.
pyina provides a highly configurable parallel map interface
to running MPI jobs, with:
.
* a map interface that extends the Python map standard
* the ability to submit batch jobs to a selection of schedulers
* the ability to customize node and process launch configurations
* the ability to launch parallel MPI jobs with standard Python
* ease in selecting different strategies for processing a work list
.
pyina is part of pathos, a Python framework for heterogeneous computing.
Description-md5:
Homepage: https://github.com/uqfoundation/pyina
Section: python
Priority: optional
Filename: pool/main/p/pyina/python3-pyina_0.2.9-1_all.deb

5. The same packages on other Linux Distributions