How to Install and Uninstall gcc-toolset-9-strace.src Package on Oracle Linux 8
Last updated: November 29,2024
1. Install "gcc-toolset-9-strace.src" package
Here is a brief guide to show you how to install gcc-toolset-9-strace.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
gcc-toolset-9-strace.src
Copied
2. Uninstall "gcc-toolset-9-strace.src" package
In this section, we are going to explain the necessary steps to uninstall gcc-toolset-9-strace.src on Oracle Linux 8:
$
sudo dnf remove
gcc-toolset-9-strace.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the gcc-toolset-9-strace.src package on Oracle Linux 8
Last metadata expiration check: 5:30:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gcc-toolset-9-strace
Version : 5.1
Release : 6.el8
Architecture : src
Size : 1.5 M
Source : None
Repository : ol8_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.
Available Packages
Name : gcc-toolset-9-strace
Version : 5.1
Release : 6.el8
Architecture : src
Size : 1.5 M
Source : None
Repository : ol8_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.