How To Install sipwitch-devel on Fedora 36

In this tutorial we learn how to install sipwitch-devel in Fedora 36. sipwitch-devel is Headers for building sipwitch plugins

Introduction

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

What is sipwitch-devel

Header files for building plugins that interface with sipwitch. This might be used for externally creating sipwitch modules, though normally modules are found or added to the core distribution directly. This may also be for developing external application services which need to communicate with a running sipwitch daemon instance.

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

Install sipwitch-devel 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-devel using dnf by running the following command:

sudo dnf -y install sipwitch-devel

Install sipwitch-devel 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-devel using yum by running the following command:

sudo yum -y install sipwitch-devel

How To Uninstall sipwitch-devel on Fedora 36

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

sudo dnf remove sipwitch-devel

sipwitch-devel Package Contents on Fedora 36

---
title: "How To Install sipwitch-devel on Fedora 36"
linkTitle: "sipwitch-devel"
type: "docs"
description: "In this tutorial we learn how to install sipwitch-devel in Fedora 36. sipwitch-devel is Headers for building sipwitch plugins"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/sipwitch-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `sipwitch-devel` on Fedora 36.

### What is `sipwitch-devel`

> Header files for building plugins that interface with sipwitch. This might be used for externally creating sipwitch modules, though normally modules are found or added to the core distribution directly.  This may also be for developing external application services which need to communicate with a running sipwitch daemon instance.  

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

## Install sipwitch-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install sipwitch-devel

Install sipwitch-devel 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-devel using yum by running the following command:

sudo yum -y install sipwitch-devel

How To Uninstall sipwitch-devel on Fedora 36

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

sudo dnf remove sipwitch-devel

sipwitch-devel Package Contents on Fedora 36

/usr/include/sipwitch
/usr/include/sipwitch/cache.h
/usr/include/sipwitch/cdr.h
/usr/include/sipwitch/control.h
/usr/include/sipwitch/events.h
/usr/include/sipwitch/mapped.h
/usr/include/sipwitch/modules.h
/usr/include/sipwitch/namespace.h
/usr/include/sipwitch/service.h
/usr/include/sipwitch/sipwitch.h
/usr/include/sipwitch/stats.h
/usr/include/sipwitch/uri.h
/usr/include/sipwitch/voip.h
/usr/lib64/libsipwitch.so
/usr/lib64/pkgconfig/libsipwitch.pc

References

Summary

In this tutorial we learn how to install sipwitch-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). /usr/include/sipwitch /usr/include/sipwitch/cache.h /usr/include/sipwitch/cdr.h /usr/include/sipwitch/control.h /usr/include/sipwitch/events.h /usr/include/sipwitch/mapped.h /usr/include/sipwitch/modules.h /usr/include/sipwitch/namespace.h /usr/include/sipwitch/service.h /usr/include/sipwitch/sipwitch.h /usr/include/sipwitch/stats.h /usr/include/sipwitch/uri.h /usr/include/sipwitch/voip.h /usr/lib/libsipwitch.so /usr/lib/pkgconfig/libsipwitch.pc


## References

* [sipwitch-devel website](http://www.gnu.org/software/sipwitch)

## Summary

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