How to Install and Uninstall strace.x86_64 Package on Amazon Linux 2

Last updated: May 04,2024

1. Install "strace.x86_64" package

Please follow the step by step instructions below to install strace.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install strace.x86_64

2. Uninstall "strace.x86_64" package

Learn how to uninstall strace.x86_64 on Amazon Linux 2:

$ sudo yum remove strace.x86_64 $ sudo yum autoremove

3. Information about the strace.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : strace
Arch : x86_64
Version : 4.26
Release : 1.amzn2.0.1
Size : 921 k
Repo : amzn2-core/2/x86_64
Summary : Tracks and displays system calls associated with a running process
URL : https://strace.io
License : LGPLv2.1+ and GPLv2+
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.