How To Install libsrtp.i686 on Amazon Linux 2

In this tutorial we learn how to install libsrtp.i686 in Amazon Linux 2. libsrtp.i686 is An implementation of the Secure Real-time Transport Protocol

Introduction

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

What is libsrtp.i686

This package provides an implementation of the Secure Real-time Transport Protocol (SRTP), the Universal Security Transform (UST), and a supporting cryptographic kernel.

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

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

sudo yum -y install libsrtp.i686

How To Uninstall libsrtp.i686 on Amazon Linux 2

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

sudo yum remove libsrtp.i686

libsrtp.i686 Package Contents on Amazon Linux 2

/usr/lib/libsrtp.so.0
/usr/lib/libsrtp.so.0.0.0
/usr/share/doc/libsrtp-1.4.4
/usr/share/doc/libsrtp-1.4.4/CHANGES
/usr/share/doc/libsrtp-1.4.4/LICENSE
/usr/share/doc/libsrtp-1.4.4/README
/usr/share/doc/libsrtp-1.4.4/TODO
/usr/share/doc/libsrtp-1.4.4/VERSION
/usr/share/doc/libsrtp-1.4.4/crypto_kernel.txt
/usr/share/doc/libsrtp-1.4.4/draft-irtf-cfrg-icm-00.txt
/usr/share/doc/libsrtp-1.4.4/intro.txt
/usr/share/doc/libsrtp-1.4.4/libsrtp.pdf
/usr/share/doc/libsrtp-1.4.4/references.txt
/usr/share/doc/libsrtp-1.4.4/rfc3711.txt

References

Summary

In this tutorial we learn how to install libsrtp.i686 on Amazon Linux 2 using yum.