How To Install lksctp-tools-devel on Fedora 36

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

Introduction

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

What is lksctp-tools-devel

Development files for lksctp-tools which include man pages, header files, static libraries, symlinks to dynamic libraries and some tutorial source code.

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

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

sudo dnf -y install lksctp-tools-devel

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

sudo yum -y install lksctp-tools-devel

How To Uninstall lksctp-tools-devel on Fedora 36

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

sudo dnf remove lksctp-tools-devel

lksctp-tools-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `lksctp-tools-devel`

> Development files for lksctp-tools which include man pages, header files, static libraries, symlinks to dynamic libraries and some tutorial source code.  

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

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

sudo dnf -y install lksctp-tools-devel

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

sudo yum -y install lksctp-tools-devel

How To Uninstall lksctp-tools-devel on Fedora 36

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

sudo dnf remove lksctp-tools-devel

lksctp-tools-devel Package Contents on Fedora 36

/usr/include/netinet
/usr/include/netinet/sctp.h
/usr/lib64/libsctp.so
/usr/lib64/lksctp-tools/libwithsctp.so
/usr/lib64/pkgconfig/libsctp.pc
/usr/share/lksctp-tools
/usr/share/lksctp-tools/checksctp.c
/usr/share/lksctp-tools/sctp_bind.c
/usr/share/lksctp-tools/sctp_darn.c
/usr/share/lksctp-tools/sctp_darn.h
/usr/share/lksctp-tools/sctp_load_libs.c
/usr/share/lksctp-tools/sctp_socket.c
/usr/share/lksctp-tools/sctp_socket.h
/usr/share/lksctp-tools/sctp_sockopt.c
/usr/share/lksctp-tools/sctp_status.c
/usr/share/lksctp-tools/sctp_test.c
/usr/share/man/man3/sctp_bindx.3.gz
/usr/share/man/man3/sctp_connectx.3.gz
/usr/share/man/man3/sctp_getladdrs.3.gz
/usr/share/man/man3/sctp_getpaddrs.3.gz
/usr/share/man/man3/sctp_opt_info.3.gz
/usr/share/man/man3/sctp_peeloff.3.gz
/usr/share/man/man3/sctp_recvmsg.3.gz
/usr/share/man/man3/sctp_recvv.3.gz
/usr/share/man/man3/sctp_send.3.gz
/usr/share/man/man3/sctp_sendmsg.3.gz
/usr/share/man/man3/sctp_sendv.3.gz

References

Summary

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

/usr/include/netinet /usr/include/netinet/sctp.h /usr/lib/libsctp.so /usr/lib/lksctp-tools/libwithsctp.so /usr/lib/pkgconfig/libsctp.pc /usr/share/lksctp-tools /usr/share/lksctp-tools/checksctp.c /usr/share/lksctp-tools/sctp_bind.c /usr/share/lksctp-tools/sctp_darn.c /usr/share/lksctp-tools/sctp_darn.h /usr/share/lksctp-tools/sctp_load_libs.c /usr/share/lksctp-tools/sctp_socket.c /usr/share/lksctp-tools/sctp_socket.h /usr/share/lksctp-tools/sctp_sockopt.c /usr/share/lksctp-tools/sctp_status.c /usr/share/lksctp-tools/sctp_test.c /usr/share/man/man3/sctp_bindx.3.gz /usr/share/man/man3/sctp_connectx.3.gz /usr/share/man/man3/sctp_getladdrs.3.gz /usr/share/man/man3/sctp_getpaddrs.3.gz /usr/share/man/man3/sctp_opt_info.3.gz /usr/share/man/man3/sctp_peeloff.3.gz /usr/share/man/man3/sctp_recvmsg.3.gz /usr/share/man/man3/sctp_recvv.3.gz /usr/share/man/man3/sctp_send.3.gz /usr/share/man/man3/sctp_sendmsg.3.gz /usr/share/man/man3/sctp_sendv.3.gz


## References

* [lksctp-tools-devel website](http://lksctp.sourceforge.net)

## Summary

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