How to Install and Uninstall mpich Package on Kali Linux

Last updated: May 01,2024

1. Install "mpich" package

Here is a brief guide to show you how to install mpich on Kali Linux

$ sudo apt update $ sudo apt install mpich

2. Uninstall "mpich" package

Learn how to uninstall mpich on Kali Linux:

$ sudo apt remove mpich $ sudo apt autoclean && sudo apt autoremove

3. Information about the mpich package on Kali Linux

Package: mpich
Version: 4.1.2-3
Installed-Size: 990
Maintainer: Debian Science Maintainers
Architecture: amd64
Replaces: libmpich1.0-dev (<< 3)
Depends: hwloc-nox | hwloc, libmpich12 (= 4.1.2-3), libc6 (>= 2.34), libhwloc15 (>= 2.10.0), libslurm40 (>= 1.3.8)
Recommends: libmpich-dev (= 4.1.2-3)
Suggests: mpich-doc (= 4.1.2-3)
Breaks: libmpich1.0-dev (<< 3)
Size: 242396
SHA256: e7748f01110f46900c85ff6fcae3007314c8a80dd940b2138cd6af21089a6d96
SHA1: f295d080ab2f919aee5378e2140f85a032006865
MD5sum: 6d2f7cd61d1b5142dd138f5dd83df7e7
Description: Implementation of the MPI Message Passing Interface standard
MPICH is a high-performance and widely portable implementation of the
MPI-3.1 standard from the Argonne National Laboratory.
It efficiently supports different computation and communication platforms
including commodity clusters, SMPs, massively parallel systems, and
high-speed networks.
This release has all MPI 3.1 functions and features required by the standard
with the exception of support for the "external32" portable I/O format and
user-defined data representations for I/O.
.
This package includes the program binaries necessary to run MPICH programs.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.mpich.org/
Section: devel
Priority: optional
Filename: pool/main/m/mpich/mpich_4.1.2-3_amd64.deb