How To Install usrsctp-devel on Fedora 36

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

Introduction

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

What is usrsctp-devel

Development files for usrsctp.

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

Install usrsctp-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 usrsctp-devel using dnf by running the following command:

sudo dnf -y install usrsctp-devel

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

sudo yum -y install usrsctp-devel

How To Uninstall usrsctp-devel on Fedora 36

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

sudo dnf remove usrsctp-devel

usrsctp-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `usrsctp-devel`

> Development files for usrsctp.  

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

## Install usrsctp-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install usrsctp-devel

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

sudo yum -y install usrsctp-devel

How To Uninstall usrsctp-devel on Fedora 36

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

sudo dnf remove usrsctp-devel

usrsctp-devel Package Contents on Fedora 36

/usr/include/usrsctp.h
/usr/lib/libusrsctp.so
/usr/lib/pkgconfig/usrsctp.pc

References

Summary

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

/usr/include/usrsctp.h /usr/lib64/libusrsctp.so /usr/lib64/pkgconfig/usrsctp.pc


## References

* [usrsctp-devel website](https://github.com/sctplab/usrsctp)

## Summary

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