How to Install and Uninstall resolv_wrapper.i686 Package on Fedora 36

Last updated: October 09,2024

1. Install "resolv_wrapper.i686" package

Please follow the instructions below to install resolv_wrapper.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install resolv_wrapper.i686

2. Uninstall "resolv_wrapper.i686" package

This tutorial shows how to uninstall resolv_wrapper.i686 on Fedora 36:

$ sudo dnf remove resolv_wrapper.i686 $ sudo dnf autoremove

3. Information about the resolv_wrapper.i686 package on Fedora 36

Last metadata expiration check: 2:36:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : resolv_wrapper
Version : 1.1.7
Release : 4.fc36
Architecture : i686
Size : 27 k
Source : resolv_wrapper-1.1.7-4.fc36.src.rpm
Repository : fedora
Summary : A wrapper for dns name resolving or dns faking
URL : http://cwrap.org/
License : BSD
Description : It is likely that if you have a server/client architecture, you need to do DNS
: queries or a third party library, like Kerberos needs to be able to do queries.
: In the case of Kerberos the client needs to look the address of the KDC up via a
: SRV record. resolv_wrapper is able to either redirect all DNS queries to your
: DNS server implementation, or fake DNS replies!
:
: To use it set the following environment variables:
:
: LD_PRELOAD=libresolv_wrapper.so
: RESOLV_WRAPPER_CONF=./my_resolv.conf
:
: This package doesn't have a devel package because this project is for
: development/testing.