How to Install and Uninstall socket_wrapper.i686 Package on Fedora 34

Last updated: October 08,2024

1. Install "socket_wrapper.i686" package

Please follow the guidance below to install socket_wrapper.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install socket_wrapper.i686

2. Uninstall "socket_wrapper.i686" package

Please follow the guidelines below to uninstall socket_wrapper.i686 on Fedora 34:

$ sudo dnf remove socket_wrapper.i686 $ sudo dnf autoremove

3. Information about the socket_wrapper.i686 package on Fedora 34

Last metadata expiration check: 1:01:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : socket_wrapper
Version : 1.3.3
Release : 2.fc34
Architecture : i686
Size : 51 k
Source : socket_wrapper-1.3.3-2.fc34.src.rpm
Repository : updates
Summary : A library passing all socket communications through Unix sockets
URL : http://cwrap.org/
License : BSD
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
:
: This package doesn't have a devel package because this project is for
: development/testing.