How To Install ortp.i686 on Amazon Linux 2

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

Introduction

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

What is ortp.i686

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

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

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

sudo yum -y install ortp.i686

How To Uninstall ortp.i686 on Amazon Linux 2

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

sudo yum remove ortp.i686

ortp.i686 Package Contents on Amazon Linux 2

/usr/lib/libortp.so.8
/usr/lib/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.i686 on Amazon Linux 2 using yum.