How to Install and Uninstall valgrind Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "valgrind" package

Please follow the guidelines below to install valgrind on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install valgrind

2. Uninstall "valgrind" package

Please follow the guidelines below to uninstall valgrind on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the valgrind package on Ubuntu 20.10 (Groovy Gorilla)

Package: valgrind
Architecture: amd64
Version: 1:3.16.1-1ubuntu1
Priority: optional
Section: devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Alessandro Ghedini
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 80749
Depends: libc6 (>= 2.14), libc6-dbg
Recommends: gdb
Suggests: valgrind-dbg, valgrind-mpi, kcachegrind, alleyoop, valkyrie (>> 1.3.0)
Breaks: valgrind-dev
Replaces: valgrind-dev
Filename: pool/main/v/valgrind/valgrind_3.16.1-1ubuntu1_amd64.deb
Size: 15100016
MD5sum: 52d6ffe46d3c3651193d199b89c2e562
SHA1: 9fd2e47444ef9ca4b1a333289dfff2521fd50092
SHA256: 25851af4c6163def6195d6e3b5eec41c8ba6a03b74469f84f40a938ead1aff30
SHA512: 228849a852ad4b9260d5dccce5028a0342b954704dc46e5bf8331d76630400cc612e9b7c696e2d8a1902dd7979c4b8915605d3e31480a9bc37c4372f001ce369
Homepage: http://www.valgrind.org/
Description-en: instrumentation framework for building dynamic analysis tools
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.
.
The Valgrind distribution currently includes six production-quality tools:
* a memory error detector (Memcheck)
* two thread error detectors (Helgrind and DRD)
* a cache and branch-prediction profiler (Cachegrind)
* a call-graph generating cache and branch-prediction profiler (Callgrind)
* a heap profiler (Massif)
It also includes three experimental tools:
* a stack/global array overrun detector (SGCheck)
* a second heap profiler that examines how heap blocks are used (DHAT)
* a SimPoint basic block vector generator (BBV)
Description-md5: 0cb016d4f438ed8069cda723e3bb7786