How to Install and Uninstall socket_wrapper Package on openSUSE Leap

Last updated: May 17,2024

1. Install "socket_wrapper" package

This guide covers the steps necessary to install socket_wrapper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install socket_wrapper

2. Uninstall "socket_wrapper" package

In this section, we are going to explain the necessary steps to uninstall socket_wrapper on openSUSE Leap:

$ sudo zypper remove socket_wrapper

3. Information about the socket_wrapper package on openSUSE Leap

Information for package socket_wrapper:
---------------------------------------
Repository : Main Repository
Name : socket_wrapper
Version : 1.2.3-3.3.3
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 61.6 KiB
Installed : No
Status : not installed
Source package : socket_wrapper-1.2.3-3.3.3.src
Upstream URL : https://cwrap.org/
Summary : A library passing all socket communications trough Unix sockets
Description :
socket_wrapper aims to help client/server software development teams willing to
gain full functional test coverage. It makes it possible to run several instances
of the full software stack on the same machine and perform locally functional
testing of complex network configurations.
To use it set the following environment variables:
LD_PRELOAD=libsocket_wrapper.so
SOCKET_WRAPPER_DIR=/path/to/swrap_dir