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

Last updated: October 04,2024

1. Install "python-mpi4py-dbg" package

This is a short guide on how to install python-mpi4py-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-mpi4py-dbg" package

Please follow the guidance below to uninstall python-mpi4py-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-mpi4py-dbg
Priority: extra
Section: universe/debug
Installed-Size: 5407
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: amd64
Source: mpi4py
Version: 1.3.1+hg20131106-2ubuntu5
Depends: python-mpi4py (= 1.3.1+hg20131106-2ubuntu5)
Filename: pool/universe/m/mpi4py/python-mpi4py-dbg_1.3.1+hg20131106-2ubuntu5_amd64.deb
Size: 993714
MD5sum: 7370039fbf2d5928308bc547f6ce9ad2
SHA1: 4a48fcd17ae6b85c9688d35ebccb27bccd633c74
SHA256: 7e4746dbbf40d29832df90fc0c33d0cbc54b49ff6d4beae88346e5224fd6ae81
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