How to Install and Uninstall gcc-toolset-9-valgrind.i686 Package on CentOS Stream 8

Last updated: May 03,2024

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

In this section, we are going to explain the necessary steps to install gcc-toolset-9-valgrind.i686 on CentOS Stream 8

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

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

This guide let you learn how to uninstall gcc-toolset-9-valgrind.i686 on CentOS Stream 8:

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

3. Information about the gcc-toolset-9-valgrind.i686 package on CentOS Stream 8

Last metadata expiration check: 1:35:44 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : gcc-toolset-9-valgrind
Epoch : 1
Version : 3.15.0
Release : 9.el8
Architecture : i686
Size : 11 M
Source : gcc-toolset-9-valgrind-3.15.0-9.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).