How to Install and Uninstall udtrace Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "udtrace" package

Learn how to install udtrace on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install udtrace

2. Uninstall "udtrace" package

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

$ sudo zypper remove udtrace

3. Information about the udtrace package on openSuSE Tumbleweed

Information for package udtrace:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : udtrace
Version : 0.0.0+git.20180402-1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 63.4 KiB
Installed : No
Status : not installed
Source package : udtrace-0.0.0+git.20180402-1.16.src
Upstream URL : https://github.com/laf0rge/udtrace
Summary : Unix domain socket tracing
Description :
This is a LD_PRELOAD wrapper library which can be used to trace the
data sent and/or received via unix domain sockets.
Unlike IP based communication that can be captured/traced with pcap
programs like tcpdump or wireshark, there is no similar mechanism
available for unix domain sockets.
This LD_PRELOAD library intercepts the C library function calls of
dynamically linked programs. It will detect all file descriptors
representing unix domain sockets and will then print traces of all
data sent/received via the socket.

5. The same packages on other Linux Distributions