How to Install and Uninstall udtrace Package on openSUSE Leap
Last updated: December 24,2024
1. Install "udtrace" package
Please follow the guidance below to install udtrace on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
udtrace
Copied
2. Uninstall "udtrace" package
In this section, we are going to explain the necessary steps to uninstall udtrace on openSUSE Leap:
$
sudo zypper remove
udtrace
Copied
3. Information about the udtrace package on openSUSE Leap
Information for package udtrace:
--------------------------------
Repository : Main Repository
Name : udtrace
Version : 0.0.0+git.20180402-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 59.4 KiB
Installed : No
Status : not installed
Source package : udtrace-0.0.0+git.20180402-bp155.2.10.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.
--------------------------------
Repository : Main Repository
Name : udtrace
Version : 0.0.0+git.20180402-bp155.2.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 59.4 KiB
Installed : No
Status : not installed
Source package : udtrace-0.0.0+git.20180402-bp155.2.10.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.