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

Last updated: July 07,2024

1. Install "python-mpi4py-doc" package

In this section, we are going to explain the necessary steps to install python-mpi4py-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-mpi4py-doc" package

This guide covers the steps necessary to uninstall python-mpi4py-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-mpi4py-doc
Priority: extra
Section: universe/doc
Installed-Size: 290
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian Team
Architecture: all
Source: mpi4py
Version: 1.3.1+hg20131106-2ubuntu5
Depends: libjs-sphinxdoc (>= 1.0)
Suggests: python-mpi4py
Filename: pool/universe/m/mpi4py/python-mpi4py-doc_1.3.1+hg20131106-2ubuntu5_all.deb
Size: 47614
MD5sum: e7b125aed83b4de1a3589017095c89bd
SHA1: 74ec0fbbe7795eca221df3505a00fd6cb7ea590a
SHA256: 03ad30ca5d1d76a8c8d82b2c1bcd3f5b859b19fc13e763cdf038a03d679b66a7
Description-en: bindings of the MPI standard -- documentation
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 HTML rendering of the user's manual.
Description-md5: bb9dc654964860074ddc267a1cb16282
Homepage: http://code.google.com/p/mpi4py/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu