How to Install and Uninstall gcc-toolset-11-valgrind.i686 Package on Rocky Linux 8

Last updated: July 05,2024

1. Install "gcc-toolset-11-valgrind.i686" package

Please follow the guidelines below to install gcc-toolset-11-valgrind.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install gcc-toolset-11-valgrind.i686

2. Uninstall "gcc-toolset-11-valgrind.i686" package

This is a short guide on how to uninstall gcc-toolset-11-valgrind.i686 on Rocky Linux 8:

$ sudo dnf remove gcc-toolset-11-valgrind.i686 $ sudo dnf autoremove

3. Information about the gcc-toolset-11-valgrind.i686 package on Rocky Linux 8

Last metadata expiration check: 1:57:13 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : gcc-toolset-11-valgrind
Epoch : 1
Version : 3.17.0
Release : 6.el8
Architecture : i686
Size : 10 M
Source : gcc-toolset-11-valgrind-3.17.0-6.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).