How to Install and Uninstall mptcpd.src Package on Oracle Linux 9

Last updated: May 15,2024

1. Install "mptcpd.src" package

This tutorial shows how to install mptcpd.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mptcpd.src

2. Uninstall "mptcpd.src" package

This is a short guide on how to uninstall mptcpd.src on Oracle Linux 9:

$ sudo dnf remove mptcpd.src $ sudo dnf autoremove

3. Information about the mptcpd.src package on Oracle Linux 9

Last metadata expiration check: 2:59:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mptcpd
Version : 0.8
Release : 3.el9
Architecture : src
Size : 642 k
Source : None
Repository : ol9_appstream
Summary : Multipath TCP daemon
URL : https://multipath-tcp.org
License : BSD
Description : The Multipath TCP Daemon is a daemon for Linux based operating systems that
: performs multipath TCP path management related operations in user space. It
: interacts with the Linux kernel through a generic netlink connection to track
: per-connection information (e.g. available remote addresses), available network
: interfaces, request new MPTCP subflows, handle requests for subflows, etc.