How to Install and Uninstall strace Package on openSUSE Leap
Last updated: March 14,2025
1. Install "strace" package
Here is a brief guide to show you how to install strace on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
strace
Copied
2. Uninstall "strace" package
Please follow the step by step instructions below to uninstall strace on openSUSE Leap:
$
sudo zypper remove
strace
Copied
3. Information about the strace package on openSUSE Leap
Information for package strace:
-------------------------------
Repository : Main Repository
Name : strace
Version : 5.14-150400.1.7
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : strace-5.14-150400.1.7.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.
-------------------------------
Repository : Main Repository
Name : strace
Version : 5.14-150400.1.7
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : strace-5.14-150400.1.7.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.