How To Install ortp on Fedora 36

In this tutorial we learn how to install ortp in Fedora 36. ortp is A C library implementing the RTP protocol (RFC3550)

Introduction

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

What is ortp

oRTP is a C library that implements RTP (RFC3550).

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

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

sudo dnf -y install ortp

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

sudo yum -y install ortp

How To Uninstall ortp on Fedora 36

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

sudo dnf remove ortp

ortp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/7a616820bc1ef8cc3f83b8172c35d9df2d1d3a
/usr/lib64/libortp.so.9
/usr/lib64/libortp.so.9.0.0
/usr/share/doc/ortp
/usr/share/doc/ortp/AUTHORS
/usr/share/doc/ortp/ChangeLog
/usr/share/doc/ortp/NEWS
/usr/share/doc/ortp/README
/usr/share/doc/ortp/TODO
/usr/share/licenses/ortp
/usr/share/licenses/ortp/COPYING

References

Summary

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


title: “How To Install ortp on Fedora 36” linkTitle: “ortp” type: “docs” description: “In this tutorial we learn how to install ortp in Fedora 36. ortp is A C library implementing the RTP protocol (RFC3550)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ortp-featured.png

Introduction

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

What is ortp

oRTP is a C library that implements RTP (RFC3550).

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

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

sudo dnf -y install ortp

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

sudo yum -y install ortp

How To Uninstall ortp on Fedora 36

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

sudo dnf remove ortp

ortp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/c216b70676f3df0a43236ad9867ec4aa50d114
/usr/lib/libortp.so.9
/usr/lib/libortp.so.9.0.0
/usr/share/doc/ortp
/usr/share/doc/ortp/AUTHORS
/usr/share/doc/ortp/ChangeLog
/usr/share/doc/ortp/NEWS
/usr/share/doc/ortp/README
/usr/share/doc/ortp/TODO
/usr/share/licenses/ortp
/usr/share/licenses/ortp/COPYING

References

Summary

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