How To Install ortp.x86_64 on Amazon Linux 2

In this tutorial we learn how to install ortp.x86_64 in Amazon Linux 2. ortp.x86_64 is A C library implementing the RTP protocol (RFC3550)

Introduction

In this tutorial we learn how to install ortp.x86_64 on Amazon Linux 2.

What is ortp.x86_64

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

We can use yum to install ortp.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ortp.x86_64.

Install ortp.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ortp.x86_64 using yum by running the following command:

sudo yum -y install ortp.x86_64

How To Uninstall ortp.x86_64 on Amazon Linux 2

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

sudo yum remove ortp.x86_64

ortp.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libortp.so.8
/usr/lib64/libortp.so.8.0.0
/usr/share/doc/ortp-0.20.0
/usr/share/doc/ortp-0.20.0/AUTHORS
/usr/share/doc/ortp-0.20.0/ChangeLog
/usr/share/doc/ortp-0.20.0/TODO

References

Summary

In this tutorial we learn how to install ortp.x86_64 on Amazon Linux 2 using yum.