How to Install and Uninstall gcc-toolset-11-ltrace.src Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "gcc-toolset-11-ltrace.src" package

In this section, we are going to explain the necessary steps to install gcc-toolset-11-ltrace.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gcc-toolset-11-ltrace.src

2. Uninstall "gcc-toolset-11-ltrace.src" package

Please follow the instructions below to uninstall gcc-toolset-11-ltrace.src on Oracle Linux 8:

$ sudo dnf remove gcc-toolset-11-ltrace.src $ sudo dnf autoremove

3. Information about the gcc-toolset-11-ltrace.src package on Oracle Linux 8

Last metadata expiration check: 4:30:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gcc-toolset-11-ltrace
Version : 0.7.91
Release : 1.el8
Architecture : src
Size : 595 k
Source : None
Repository : ol8_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.