How to Install and Uninstall gcc-toolset-9-ltrace.x86_64 Package on CentOS Stream 8

Last updated: May 03,2024

1. Install "gcc-toolset-9-ltrace.x86_64" package

Please follow the guidelines below to install gcc-toolset-9-ltrace.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install gcc-toolset-9-ltrace.x86_64

2. Uninstall "gcc-toolset-9-ltrace.x86_64" package

Please follow the step by step instructions below to uninstall gcc-toolset-9-ltrace.x86_64 on CentOS Stream 8:

$ sudo dnf remove gcc-toolset-9-ltrace.x86_64 $ sudo dnf autoremove

3. Information about the gcc-toolset-9-ltrace.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:07:04 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : gcc-toolset-9-ltrace
Version : 0.7.91
Release : 1.el8
Architecture : x86_64
Size : 161 k
Source : gcc-toolset-9-ltrace-0.7.91-1.el8.src.rpm
Repository : appstream
Summary : Tracks runtime library calls from dynamically linked executables
URL : http://ltrace.alioth.debian.org/
License : GPLv2+
Description : Ltrace is a debugging program which runs a specified command until the
: command exits. While the command is executing, ltrace intercepts and
: records both the dynamic library calls called by the executed process
: and the signals received by the executed process. Ltrace can also
: intercept and print system calls executed by the process.
:
: You should install ltrace if you need a sysadmin tool for tracking the
: execution of processes.