How to Install and Uninstall valgrind.i686 Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "valgrind.i686" package
Learn how to install valgrind.i686 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
valgrind.i686
Copied
2. Uninstall "valgrind.i686" package
In this section, we are going to explain the necessary steps to uninstall valgrind.i686 on AlmaLinux 8:
$
sudo dnf remove
valgrind.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the valgrind.i686 package on AlmaLinux 8
Last metadata expiration check: 0:51:11 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : valgrind
Epoch : 1
Version : 3.18.1
Release : 7.el8
Architecture : i686
Size : 10 M
Source : valgrind-3.18.1-7.el8.src.rpm
Repository : appstream
Summary : Tool for finding memory management bugs in programs
URL : http://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.18.1
Release : 7.el8
Architecture : i686
Size : 10 M
Source : valgrind-3.18.1-7.el8.src.rpm
Repository : appstream
Summary : Tool for finding memory management bugs in programs
URL : http://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).