How to Install and Uninstall strace Package on openSuSE Tumbleweed

Last updated: May 04,2024

1. Install "strace" package

Here is a brief guide to show you how to install strace on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install strace

2. Uninstall "strace" package

Here is a brief guide to show you how to uninstall strace on openSuSE Tumbleweed:

$ sudo zypper remove strace

3. Information about the strace package on openSuSE Tumbleweed

Information for package strace:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : strace
Version : 6.7-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.0 MiB
Installed : No
Status : not installed
Source package : strace-6.7-2.1.src
Upstream URL : http://strace.io/
Summary : A utility to trace the system calls of a program
Description :
With strace, you can trace the activity of a program. Information
about any system calls the program makes and the signals it receives
and processes can be seen. Child processes can also be tracked.