How To Install sipwitch-plugin-zeroconf on Fedora 36

In this tutorial we learn how to install sipwitch-plugin-zeroconf in Fedora 36. sipwitch-plugin-zeroconf is Zeroconf plugin for sipwitch

Introduction

In this tutorial we learn how to install sipwitch-plugin-zeroconf on Fedora 36.

What is sipwitch-plugin-zeroconf

This plugin activates zeroconf network services for sipwitch and publishes sipwitch as a sip server.

We can use yum or dnf to install sipwitch-plugin-zeroconf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sipwitch-plugin-zeroconf.

Install sipwitch-plugin-zeroconf on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sipwitch-plugin-zeroconf using dnf by running the following command:

sudo dnf -y install sipwitch-plugin-zeroconf

Install sipwitch-plugin-zeroconf on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sipwitch-plugin-zeroconf using yum by running the following command:

sudo yum -y install sipwitch-plugin-zeroconf

How To Uninstall sipwitch-plugin-zeroconf on Fedora 36

To uninstall only the sipwitch-plugin-zeroconf package we can use the following command:

sudo dnf remove sipwitch-plugin-zeroconf

sipwitch-plugin-zeroconf Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/d97050e39b5a35da3177d0f7c06ac46910acb8
/usr/lib64/sipwitch/zeroconf.so

References

Summary

In this tutorial we learn how to install sipwitch-plugin-zeroconf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).