How To Install belle-sip on Fedora 36

In this tutorial we learn how to install belle-sip in Fedora 36. belle-sip is Linphone SIP stack

Introduction

title: “How To Install belle-sip on Fedora 36”

linkTitle: “belle-sip” In this tutorial we learn how to install belle-sip on Fedora 36. type: “docs”

What is belle-sip

description: “In this tutorial we learn how to install belle-sip in Fedora 36. belle-sip is Linphone SIP stack”

date: “2022-08-17”

Belle-sip is an object oriented C written SIP stack used by Linphone.
lastmod: “2022-08-17”

#image: /images/fedora/36/belle-sip-featured.png

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

Introduction

Install belle-sip on Fedora 36 Using dnf

In this tutorial we learn how to install belle-sip on Fedora 36. Update yum database with dnf using the following command.

What is belle-sip


sudo dnf makecache --refresh
> Belle-sip is an object oriented C written SIP stack used by Linphone.  

We can use yum or dnf to install belle-sip on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install belle-sip. After updating yum database, We can install belle-sip using dnf by running the following command:

## Install belle-sip on Fedora 36 Using dnf

sudo dnf -y install belle-sip
Update yum database with `dnf` using the following command.
## Install belle-sip on Fedora 36 Using yum
sudo dnf makecache --refresh

Update yum database with yum using the following command.

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


sudo yum makecache --refresh
```bash

sudo dnf -y install belle-sip


After updating yum database, We can install `belle-sip` using `yum` by running the following command:

## Install belle-sip on Fedora 36 Using yum
```bash

sudo yum -y install belle-sip
Update yum database with `yum` using the following command.
## How To Uninstall belle-sip on Fedora 36
sudo yum makecache --refresh

After updating yum database, We can install belle-sip using yum by running the following command:

sudo yum -y install belle-sip

How To Uninstall belle-sip on Fedora 36

To uninstall only the belle-sip package we can use the following command:

sudo dnf remove belle-sip

belle-sip Package Contents on Fedora 36

To uninstall only the `belle-sip` package we can use the following command:

```bash
sudo dnf remove belle-sip

belle-sip Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/3b66d9113edcf4c26f97bfaebdfdd0d9744cf8
/usr/lib/libbellesip.so.0
/usr/lib/libbellesip.so.0.0.0
/usr/share/doc/belle-sip
/usr/share/doc/belle-sip/README
/usr/share/licenses/belle-sip
/usr/share/licenses/belle-sip/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/74037917bb218713fa1b4e8c4b3e59c03ae114 /usr/lib64/libbellesip.so.0 /usr/lib64/libbellesip.so.0.0.0 /usr/share/doc/belle-sip /usr/share/doc/belle-sip/README /usr/share/licenses/belle-sip /usr/share/licenses/belle-sip/COPYING


## References

* [belle-sip website](http://www.linphone.org/technical-corner/belle-sip/overview)

## Summary

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