How To Install lksctp-tools-devel.x86_64 on Amazon Linux 2

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

Introduction

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

What is lksctp-tools-devel.x86_64

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 to install lksctp-tools-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 lksctp-tools-devel.x86_64.

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

sudo yum -y install lksctp-tools-devel.x86_64

How To Uninstall lksctp-tools-devel.x86_64 on Amazon Linux 2

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

sudo yum remove lksctp-tools-devel.x86_64

lksctp-tools-devel.x86_64 Package Contents on Amazon Linux 2

/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_send.3.gz
/usr/share/man/man3/sctp_sendmsg.3.gz

References

Summary

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