How To Install libsocket_wrapper_noop on Fedora 34

libsocket_wrapper_noop is A library providing dummies for socket_wrapper A library providing dummies for socket_wrapper

Introduction

In this tutorial we learn how to install libsocket_wrapper_noop on Fedora 34.

What is libsocket_wrapper_noop

Applications with the need to call socket_wrapper_enabled() should link against -lsocket_wrapper_noop in order to resolve the symbol at link time. libsocket_wrapper_noop 1.3.3 2.fc34 x86_64 11 k socket_wrapper-1.3.3-2.fc34.src.rpm updates A library providing dummies for socket_wrapper http BSD Applications with the need to call socket_wrapper_enabled() should link against -lsocket_wrapper_noop in order to resolve the symbol at link time.

We can use yum or dnf to install libsocket_wrapper_noop on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libsocket_wrapper_noop.

Install libsocket_wrapper_noop on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libsocket_wrapper_noop using dnf by running the following command:

sudo dnf -y install libsocket_wrapper_noop

Install libsocket_wrapper_noop on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libsocket_wrapper_noop using yum by running the following command:

sudo yum -y install libsocket_wrapper_noop

How To Uninstall libsocket_wrapper_noop on Fedora 34

To uninstall only the libsocket_wrapper_noop package we can use the following command:

sudo dnf remove libsocket_wrapper_noop

libsocket_wrapper_noop Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/60fa85e1f65e1a00d29b091c008a23a30e0533
/usr/lib64/libsocket_wrapper_noop.so.0
/usr/lib64/libsocket_wrapper_noop.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/986a8178bbd799079867c56fa32a9e5a154da4
/usr/lib/libsocket_wrapper_noop.so.0
/usr/lib/libsocket_wrapper_noop.so.0.0.1

References

Summary

In this tutorial we learn how to install libsocket_wrapper_noop on Fedora 34 using yum and dnf.