How to Install and Uninstall ltrace Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "ltrace" package

Please follow the steps below to install ltrace on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ltrace

2. Uninstall "ltrace" package

This tutorial shows how to uninstall ltrace on openSuSE Tumbleweed:

$ sudo zypper remove ltrace

3. Information about the ltrace package on openSuSE Tumbleweed

Information for package ltrace:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ltrace
Version : 0.7.91+git20230705.8eabf68-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 436.9 KiB
Installed : No
Status : not installed
Source package : ltrace-0.7.91+git20230705.8eabf68-2.1.src
Upstream URL : https://ltrace.org/
Summary : Library and system call tracer for programs
Description :
Ltrace is a program that runs the specified command until it exits. It
intercepts and records the dynamic library calls that are called by the
executed process and the signals that are received by that process. It
can also intercept and print the system calls executed by the program.
The program to trace need not be recompiled for this, so ltrace can be
used on binaries for which no source is available.
This is still a work in progress, so, for example, the tracking to
child processes may fail or some things may not work as expected.