How to Install and Uninstall gcc-toolset-10-ltrace.x86_64 Package on AlmaLinux 8

Last updated: May 20,2024

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

This tutorial shows how to install gcc-toolset-10-ltrace.x86_64 on AlmaLinux 8

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

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

Please follow the guidelines below to uninstall gcc-toolset-10-ltrace.x86_64 on AlmaLinux 8:

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

3. Information about the gcc-toolset-10-ltrace.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:51:09 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : gcc-toolset-10-ltrace
Version : 0.7.91
Release : 1.el8
Architecture : x86_64
Size : 142 k
Source : gcc-toolset-10-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.