How To Install libsrtp-devel on Fedora 36

In this tutorial we learn how to install libsrtp-devel in Fedora 36. libsrtp-devel is Development files for libsrtp

Introduction

In this tutorial we learn how to install libsrtp-devel on Fedora 36.

What is libsrtp-devel

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

We can use yum or dnf to install libsrtp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsrtp-devel.

Install libsrtp-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libsrtp-devel using dnf by running the following command:

sudo dnf -y install libsrtp-devel

Install libsrtp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libsrtp-devel using yum by running the following command:

sudo yum -y install libsrtp-devel

How To Uninstall libsrtp-devel on Fedora 36

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

sudo dnf remove libsrtp-devel

libsrtp-devel Package Contents on Fedora 36

/usr/include/srtp2
/usr/include/srtp2/auth.h
/usr/include/srtp2/cipher.h
/usr/include/srtp2/crypto_types.h
/usr/include/srtp2/srtp.h
/usr/lib64/libsrtp2.so
/usr/lib64/pkgconfig/libsrtp2.pc

References

Summary

In this tutorial we learn how to install libsrtp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libsrtp-devel on Fedora 36” linkTitle: “libsrtp-devel” type: “docs” description: “In this tutorial we learn how to install libsrtp-devel in Fedora 36. libsrtp-devel is Development files for libsrtp” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsrtp-devel-featured.png

Introduction

In this tutorial we learn how to install libsrtp-devel on Fedora 36.

What is libsrtp-devel

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

We can use yum or dnf to install libsrtp-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsrtp-devel.

Install libsrtp-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libsrtp-devel using dnf by running the following command:

sudo dnf -y install libsrtp-devel

Install libsrtp-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libsrtp-devel using yum by running the following command:

sudo yum -y install libsrtp-devel

How To Uninstall libsrtp-devel on Fedora 36

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

sudo dnf remove libsrtp-devel

libsrtp-devel Package Contents on Fedora 36

/usr/include/srtp2
/usr/include/srtp2/auth.h
/usr/include/srtp2/cipher.h
/usr/include/srtp2/crypto_types.h
/usr/include/srtp2/srtp.h
/usr/lib/libsrtp2.so
/usr/lib/pkgconfig/libsrtp2.pc

References

Summary

In this tutorial we learn how to install libsrtp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).