How To Install rtpproxy on Fedora 36

In this tutorial we learn how to install rtpproxy in Fedora 36. rtpproxy is A symmetric RTP proxy

Introduction

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

What is rtpproxy

This is symmetric RTP proxy designed to be used in conjunction with the SIP Express Router (SER) or any other SIP proxy capable of rewriting SDP bodies in SIP messages that it processes.

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

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

sudo dnf -y install rtpproxy

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

sudo yum -y install rtpproxy

How To Uninstall rtpproxy on Fedora 36

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

sudo dnf remove rtpproxy

rtpproxy Package Contents on Fedora 36

/etc/sysconfig/rtpproxy
/usr/bin/makeann
/usr/bin/rtpproxy
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/58cef2a1077d3ce80967f35bb12c24266a5354
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/b33f7d5e68831537ba79a714e2e8783271d235
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/a1a43a64f329f5b42c9664f185f020548885cb
/usr/lib/systemd/system/rtpproxy.service
/usr/lib/systemd/system/rtpproxy.socket
/usr/lib/tmpfiles.d/rtpproxy.conf
/usr/share/doc/rtpproxy
/usr/share/doc/rtpproxy/AUTHORS
/usr/share/doc/rtpproxy/README.md
/usr/share/doc/rtpproxy/README.remote
/usr/share/licenses/rtpproxy
/usr/share/licenses/rtpproxy/LICENSE
/usr/share/man/man8/rtpproxy.8.gz
/var/lib/rtpproxy
/var/run/rtpproxy

References

Summary

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