How to Install and Uninstall valgrind-mpi Package on Kali Linux

Last updated: May 15,2024

1. Install "valgrind-mpi" package

Please follow the instructions below to install valgrind-mpi on Kali Linux

$ sudo apt update $ sudo apt install valgrind-mpi

2. Uninstall "valgrind-mpi" package

Please follow the guidelines below to uninstall valgrind-mpi on Kali Linux:

$ sudo apt remove valgrind-mpi $ sudo apt autoclean && sudo apt autoremove

3. Information about the valgrind-mpi package on Kali Linux

Package: valgrind-mpi
Source: valgrind
Version: 1:3.20.0-2.1
Installed-Size: 391
Maintainer: Alessandro Ghedini
Architecture: amd64
Depends: libc6 (>= 2.14), valgrind (= 1:3.20.0-2.1)
Recommends: gdb
Size: 122804
SHA256: 54ec3a293494f98e8717e434d47f53bde7be88ec841e39a42c4bd9af28c92e55
SHA1: 976636b125b8a664dc7942ccc4c1971e2e033cc4
MD5sum: 76c746d12ba5d8a96c5c5378a0386374
Description: instrumentation framework for building dynamic analysis tools (MPI module)
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
This package provides the "mpiwrap" library for debugging distributed-memory
applications which use the MPI message passing standard.
Description-md5:
Homepage: https://www.valgrind.org/
Section: devel
Priority: optional
Filename: pool/main/v/valgrind/valgrind-mpi_3.20.0-2.1_amd64.deb