How To Install libsrtp-tools on Fedora 36

In this tutorial we learn how to install libsrtp-tools in Fedora 36. libsrtp-tools is Tools for testing and decoding SRTP

Introduction

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

What is libsrtp-tools

Tools for testing and decoding SRTP

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

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

sudo dnf -y install libsrtp-tools

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

sudo yum -y install libsrtp-tools

How To Uninstall libsrtp-tools on Fedora 36

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

sudo dnf remove libsrtp-tools

libsrtp-tools Package Contents on Fedora 36

/usr/bin/dtls_srtp_driver
/usr/bin/rdbx_driver
/usr/bin/replay_driver
/usr/bin/roc_driver
/usr/bin/rtp_decoder
/usr/bin/rtpw
/usr/bin/srtp_driver
/usr/bin/test_srtp
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/eec62300b09c51c492634f86aeb63dc36546d4
/usr/lib/.build-id/19
/usr/lib/.build-id/19/bf0e328507c973d16555303cece6635bd33fc8
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/857c01c2329f4710905adb3804c92f04f263fc
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/4096fd0faacb51836ad613be6352cab9cc840e
/usr/lib/.build-id/60
/usr/lib/.build-id/60/f03b0ea22236223fe55b6af6853a8a7e1e8934
/usr/lib/.build-id/86
/usr/lib/.build-id/86/eeb213cebd91c3cf0dcc6b6bfea3137751ee84
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/f12eccd459488222f590d1ac4690f5d7bae81a
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/2ce9f5ddfd00db8038773ce2921a2b27809603

References

Summary

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