How To Install libzrtpcpp on Fedora 36
Introduction
In this tutorial we learn how to install libzrtpcpp
on Fedora 36.
What is libzrtpcpp
This package provides a library that adds ZRTP support to the GNU ccRTP stack. Phil Zimmermann developed ZRTP to allow ad-hoc, easy to use key negotiation to setup Secure RTP (SRTP) sessions. GNU ZRTP together with GNU ccRTP (1.5.0 or later) provides a ZRTP implementation that can be directly embedded into client and server applications.
We can use yum
or dnf
to install libzrtpcpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libzrtpcpp.
Install libzrtpcpp 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 libzrtpcpp
using dnf
by running the following command:
sudo dnf -y install libzrtpcpp
Install libzrtpcpp 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 libzrtpcpp
using yum
by running the following command:
sudo yum -y install libzrtpcpp
How To Uninstall libzrtpcpp on Fedora 36
To uninstall only the libzrtpcpp
package we can use the following command:
sudo dnf remove libzrtpcpp
libzrtpcpp Package Contents on Fedora 36
---
title: "How To Install libzrtpcpp on Fedora 36"
linkTitle: "libzrtpcpp"
type: "docs"
description: "In this tutorial we learn how to install libzrtpcpp in Fedora 36. libzrtpcpp is ZRTP support library for the GNU ccRTP stack"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libzrtpcpp-featured.png
---
## Introduction
In this tutorial we learn how to install `libzrtpcpp` on Fedora 36.
### What is `libzrtpcpp`
> This package provides a library that adds ZRTP support to the GNU ccRTP stack. Phil Zimmermann developed ZRTP to allow ad-hoc, easy to use key negotiation to setup Secure RTP (SRTP) sessions. GNU ZRTP together with GNU ccRTP (1.5.0 or later) provides a ZRTP implementation that can be directly embedded into client and server applications.
We can use `yum` or `dnf` to install `libzrtpcpp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libzrtpcpp.
## Install libzrtpcpp 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 libzrtpcpp
using dnf
by running the following command:
sudo dnf -y install libzrtpcpp
Install libzrtpcpp 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 libzrtpcpp
using yum
by running the following command:
sudo yum -y install libzrtpcpp
How To Uninstall libzrtpcpp on Fedora 36
To uninstall only the libzrtpcpp
package we can use the following command:
sudo dnf remove libzrtpcpp
libzrtpcpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/e8cfdc8b0fc661e0b67fa0bee11044858026c8
/usr/lib64/libzrtpcpp.so.4
/usr/lib64/libzrtpcpp.so.4.6.6
/usr/share/doc/libzrtpcpp
/usr/share/doc/libzrtpcpp/AUTHORS
/usr/share/doc/libzrtpcpp/NEWS.md
/usr/share/doc/libzrtpcpp/README.md
/usr/share/licenses/libzrtpcpp
/usr/share/licenses/libzrtpcpp/COPYING
References
Summary
In this tutorial we learn how to install libzrtpcpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/58 /usr/lib/.build-id/58/444ff121b112d3dc6fa0c18b0ab4460ea7bc4c /usr/lib/libzrtpcpp.so.4 /usr/lib/libzrtpcpp.so.4.6.6 /usr/share/doc/libzrtpcpp /usr/share/doc/libzrtpcpp/AUTHORS /usr/share/doc/libzrtpcpp/NEWS.md /usr/share/doc/libzrtpcpp/README.md /usr/share/licenses/libzrtpcpp /usr/share/licenses/libzrtpcpp/COPYING
## References
* [libzrtpcpp website](https://github.com/wernerd/ZRTPCPP)
## Summary
In this tutorial we learn how to install `libzrtpcpp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).