How To Install sipwitch-runtime on Fedora 36

In this tutorial we learn how to install sipwitch-runtime in Fedora 36. sipwitch-runtime is Runtime library support for sipwitch

Introduction

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

What is sipwitch-runtime

Runtime library required for sipwitch development and for using the server. This is available as a separate package so that one building sipwitch plugins with the required devel package does not also require installing a server image.

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

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

sudo dnf -y install sipwitch-runtime

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

sudo yum -y install sipwitch-runtime

How To Uninstall sipwitch-runtime on Fedora 36

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

sudo dnf remove sipwitch-runtime

sipwitch-runtime Package Contents on Fedora 36

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

## Introduction

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

### What is `sipwitch-runtime`

> Runtime library required for sipwitch development and for using the server. This is available as a separate package so that one building sipwitch plugins with the required devel package does not also require installing a server image.  

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

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

sudo dnf -y install sipwitch-runtime

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

sudo yum -y install sipwitch-runtime

How To Uninstall sipwitch-runtime on Fedora 36

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

sudo dnf remove sipwitch-runtime

sipwitch-runtime Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/b70bb121a434cb8944675c122dadb59220331c
/usr/lib/libsipwitch.so.1
/usr/lib/libsipwitch.so.1.0.29

References

Summary

/usr/lib/.build-id /usr/lib/.build-id/dd /usr/lib/.build-id/dd/af3681a69514a420d666a9e83685794f9f874d /usr/lib64/libsipwitch.so.1 /usr/lib64/libsipwitch.so.1.0.29

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


## References

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

## Summary

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