How to Install and Uninstall valgrind.x86_64 Package on Fedora 36
Last updated: November 29,2024
1. Install "valgrind.x86_64" package
In this section, we are going to explain the necessary steps to install valgrind.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
valgrind.x86_64
Copied
2. Uninstall "valgrind.x86_64" package
Here is a brief guide to show you how to uninstall valgrind.x86_64 on Fedora 36:
$
sudo dnf remove
valgrind.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the valgrind.x86_64 package on Fedora 36
Last metadata expiration check: 1:08:02 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : valgrind
Epoch : 1
Version : 3.19.0
Release : 3.fc36
Architecture : x86_64
Size : 4.8 M
Source : valgrind-3.19.0-3.fc36.src.rpm
Repository : updates
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).
Available Packages
Name : valgrind
Epoch : 1
Version : 3.19.0
Release : 3.fc36
Architecture : x86_64
Size : 4.8 M
Source : valgrind-3.19.0-3.fc36.src.rpm
Repository : updates
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).