How to Install and Uninstall usrsctp.x86_64 Package on CentOS Stream 8

Last updated: May 03,2024

1. Install "usrsctp.x86_64" package

In this section, we are going to explain the necessary steps to install usrsctp.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install usrsctp.x86_64

2. Uninstall "usrsctp.x86_64" package

Please follow the instructions below to uninstall usrsctp.x86_64 on CentOS Stream 8:

$ sudo dnf remove usrsctp.x86_64 $ sudo dnf autoremove

3. Information about the usrsctp.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:38:10 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : usrsctp
Epoch : 1
Version : 0.9.5.0
Release : 2.el8
Architecture : x86_64
Size : 256 k
Source : usrsctp-0.9.5.0-2.el8.src.rpm
Repository : epel
Summary : Portable SCTP userland stack
URL : https://github.com/sctplab/usrsctp
License : BSD
Description : SCTP is a message oriented, reliable transport protocol with direct support
: for multihoming that runs on top of IP or UDP, and supports both v4 and v6
: versions.
:
: Like TCP, SCTP provides reliable, connection oriented data delivery with
: congestion control. Unlike TCP, SCTP also provides message boundary
: preservation, ordered and unordered message delivery, multi-streaming and
: multi-homing. Detection of data corruption, loss of data and duplication
: of data is achieved by using checksums and sequence numbers. A selective
: retransmission mechanism is applied to correct loss or corruption of data.
:
: In this manual the socket API for the SCTP User-land implementation will be
: described. It is based on RFC 6458. The main focus of this document is on
: pointing out the differences to the SCTP Sockets API. For all aspects of the
: sockets API that are not mentioned in this document, please refer to RFC
: 6458. Questions about SCTP itself can hopefully be answered by RFC 4960.