How To Install libsrtp-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libsrtp-devel.x86_64 in Amazon Linux 2. libsrtp-devel.x86_64 is Development files for libsrtp

Introduction

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

What is libsrtp-devel.x86_64

The libsrtp-devel package contains libraries and header files for developing applications that use libsrtp.

We can use yum to install libsrtp-devel.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-devel.x86_64.

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

sudo yum -y install libsrtp-devel.x86_64

How To Uninstall libsrtp-devel.x86_64 on Amazon Linux 2

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

sudo yum remove libsrtp-devel.x86_64

libsrtp-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/srtp
/usr/include/srtp/aes.h
/usr/include/srtp/aes_cbc.h
/usr/include/srtp/aes_icm.h
/usr/include/srtp/alloc.h
/usr/include/srtp/auth.h
/usr/include/srtp/cipher.h
/usr/include/srtp/config-64.h
/usr/include/srtp/config.h
/usr/include/srtp/crypto.h
/usr/include/srtp/crypto_kernel.h
/usr/include/srtp/crypto_math.h
/usr/include/srtp/crypto_types.h
/usr/include/srtp/cryptoalg.h
/usr/include/srtp/datatypes.h
/usr/include/srtp/ekt.h
/usr/include/srtp/err.h
/usr/include/srtp/getopt_s.h
/usr/include/srtp/gf2_8.h
/usr/include/srtp/hmac.h
/usr/include/srtp/integers.h
/usr/include/srtp/kernel_compat.h
/usr/include/srtp/key.h
/usr/include/srtp/null_auth.h
/usr/include/srtp/null_cipher.h
/usr/include/srtp/prng.h
/usr/include/srtp/rand_source.h
/usr/include/srtp/rdb.h
/usr/include/srtp/rdbx.h
/usr/include/srtp/rtp.h
/usr/include/srtp/rtp_priv.h
/usr/include/srtp/sha1.h
/usr/include/srtp/srtp.h
/usr/include/srtp/srtp_priv.h
/usr/include/srtp/stat.h
/usr/include/srtp/ut_sim.h
/usr/include/srtp/xfm.h
/usr/lib64/libsrtp.so
/usr/lib64/pkgconfig/libsrtp.pc

References

Summary

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