How To Install libsrtp.x86_64 on Amazon Linux 2

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

Introduction

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

What is libsrtp.x86_64

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.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libsrtp.x86_64.

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

sudo yum -y install libsrtp.x86_64

How To Uninstall libsrtp.x86_64 on Amazon Linux 2

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

sudo yum remove libsrtp.x86_64

libsrtp.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libsrtp.so.0
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.