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

Last updated: May 02,2024

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

Please follow the step by step instructions below to install gcc-toolset-10-strace.x86_64 on AlmaLinux 8

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

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

This guide let you learn how to uninstall gcc-toolset-10-strace.x86_64 on AlmaLinux 8:

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

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

Last metadata expiration check: 1:16:44 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : gcc-toolset-10-strace
Version : 5.7
Release : 2.el8
Architecture : x86_64
Size : 1.3 M
Source : gcc-toolset-10-strace-5.7-2.el8.src.rpm
Repository : appstream
Summary : Tracks and displays system calls associated with a running process
URL : https://strace.io
License : LGPL-2.1+ and GPL-2.0+
Description : The strace program intercepts and records the system calls called and
: received by a running process. Strace can print a record of each
: system call, its arguments and its return value. Strace is useful for
: diagnosing problems and debugging, as well as for instructional
: purposes.
:
: Install strace if you need a tool to track the system calls made and
: received by a process.