How To Install libzrtpcpp on Fedora 34

libzrtpcpp is ZRTP support library for the GNU ccRTP stack ZRTP support library for the GNU ccRTP stack

Introduction

In this tutorial we learn how to install libzrtpcpp on Fedora 34.

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. libzrtpcpp 4.6.6 11.fc34 x86_64 162 k libzrtpcpp-4.6.6-11.fc34.src.rpm fedora ZRTP support library for the GNU ccRTP stack https GPLv3+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install libzrtpcpp.

Install libzrtpcpp on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libzrtpcpp

Install libzrtpcpp on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove libzrtpcpp

libzrtpcpp Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/8c1fc0966bd9b8b24f8bda3b3e2feeaad56a4a
/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
/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/291ba303e4827ddcef8f77046f174210ccf082
/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

Summary

In this tutorial we learn how to install libzrtpcpp on Fedora 34 using yum and dnf.