How To Install libsrtp on Fedora 36

In this tutorial we learn how to install libsrtp in Fedora 36. libsrtp is An implementation of the Secure Real-time Transport Protocol (SRTP)

Introduction

In this tutorial we learn how to install libsrtp on Fedora 36.

What is libsrtp

This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.

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

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

sudo dnf -y install libsrtp

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

sudo yum -y install libsrtp

How To Uninstall libsrtp on Fedora 36

To uninstall only the libsrtp package we can use the following command:

sudo dnf remove libsrtp

libsrtp Package Contents on Fedora 36

---
title: "How To Install libsrtp on Fedora 36"
linkTitle: "libsrtp"
type: "docs"
description: "In this tutorial we learn how to install libsrtp in Fedora 36. libsrtp is An implementation of the Secure Real-time Transport Protocol (SRTP)"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libsrtp-featured.png
---

## Introduction

In this tutorial we learn how to install `libsrtp` on Fedora 36.

### What is `libsrtp`

> This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.  

/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/eec709c5084ca45426503581f5f50292de75c0
/usr/lib64/libsrtp2.so.1
/usr/lib64/libsrtp2.so.1.0.0
/usr/share/doc/libsrtp
/usr/share/doc/libsrtp/CHANGES
/usr/share/doc/libsrtp/README.md
/usr/share/licenses/libsrtp
/usr/share/licenses/libsrtp/LICENSE
We can use `yum` or `dnf` to install `libsrtp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsrtp.

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

sudo dnf -y install libsrtp

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

sudo yum -y install libsrtp

How To Uninstall libsrtp on Fedora 36

To uninstall only the libsrtp package we can use the following command:

sudo dnf remove libsrtp

libsrtp Package Contents on Fedora 36

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/15 /usr/lib/.build-id/15/3033a7506a7cd8ac0bfaa9d0cc97eb66963748 /usr/lib/libsrtp2.so.1 /usr/lib/libsrtp2.so.1.0.0 /usr/share/doc/libsrtp /usr/share/doc/libsrtp/CHANGES /usr/share/doc/libsrtp/README.md /usr/share/licenses/libsrtp /usr/share/licenses/libsrtp/LICENSE


## References

* [libsrtp website](https://github.com/cisco/libsrtp)

## Summary

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