How to Install and Uninstall python3-mpi4py-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-mpi4py-dbg" package

Please follow the instructions below to install python3-mpi4py-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-mpi4py-dbg

2. Uninstall "python3-mpi4py-dbg" package

Here is a brief guide to show you how to uninstall python3-mpi4py-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-mpi4py-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-mpi4py-dbg
Priority: extra
Section: universe/debug
Installed-Size: 6149
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: amd64
Source: mpi4py
Version: 1.3.1+hg20131106-2ubuntu5
Depends: python3-mpi4py (= 1.3.1+hg20131106-2ubuntu5)
Filename: pool/universe/m/mpi4py/python3-mpi4py-dbg_1.3.1+hg20131106-2ubuntu5_amd64.deb
Size: 1119362
MD5sum: e8de1da4014b802d9a603a153e10dbab
SHA1: 2d54dd822d06836dbcdaf5bc4cc94f210bcb2ee3
SHA256: db5993d3a505a17a60c69c30c69824f43d63c7e03e223f3c23e5f4e81960171b
Description-en: bindings of the MPI standard -- debug symbols
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).
.
This package provides debug symbols.
Description-md5: 26f65f8f40501ebebee1b5797a97c426
Homepage: http://code.google.com/p/mpi4py/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu