How to Install and Uninstall valgrind.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "valgrind.src" package

This guide covers the steps necessary to install valgrind.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install valgrind.src

2. Uninstall "valgrind.src" package

Here is a brief guide to show you how to uninstall valgrind.src on Oracle Linux 9:

$ sudo dnf remove valgrind.src $ sudo dnf autoremove

3. Information about the valgrind.src package on Oracle Linux 9

Last metadata expiration check: 3:05:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : valgrind
Epoch : 1
Version : 3.21.0
Release : 7.el9
Architecture : src
Size : 16 M
Source : None
Repository : ol9_appstream
Summary : Dynamic analysis tools to detect memory or thread bugs and profile
URL : https://www.valgrind.org/
License : GPLv2+
Description : Valgrind is an instrumentation framework for building dynamic analysis
: tools. There are Valgrind tools that can automatically detect many
: memory management and threading bugs, and profile your programs in
: detail. You can also use Valgrind to build new tools. The Valgrind
: distribution currently includes six production-quality tools: a memory
: error detector (memcheck, the default tool), two thread error
: detectors (helgrind and drd), a cache and branch-prediction profiler
: (cachegrind), a call-graph generating cache and branch-prediction
: profiler (callgrind), and a heap profiler (massif).