How to Install and Uninstall mptcpize Package on Kali Linux

Last updated: May 17,2024

1. Install "mptcpize" package

This guide covers the steps necessary to install mptcpize on Kali Linux

$ sudo apt update $ sudo apt install mptcpize

2. Uninstall "mptcpize" package

This tutorial shows how to uninstall mptcpize on Kali Linux:

$ sudo apt remove mptcpize $ sudo apt autoclean && sudo apt autoremove

3. Information about the mptcpize package on Kali Linux

Package: mptcpize
Source: mptcpd
Version: 0.12-4
Installed-Size: 32
Maintainer: Matthieu Baerts (NGI0)
Architecture: amd64
Depends: libmptcpwrap0 (= 0.12-4), libc6 (>= 2.34)
Recommends: mptcpd
Size: 10276
SHA256: 1356f69383da4235074bd65145c9b4f777c21f41ea7418e1296a041a6a8492d2
SHA1: 609758ead9ecaba99adbdede181fc14f9f6354d1
MD5sum: f8a95a0a419d813992ebdddf14306338
Description: Multipath TCP Converter
The Multipath TCP Converter tool - mptcpize - helps to enable MPTCP usage
on unmodified legacy services. It can run programs forcing MPTCP socket
usage instead of TCP. It can also update systemd units to force them to
run under mptcpize launcher.
.
To use MPTCP on a Linux kernel, it is required to explicitly create an
MPTCP socket. In theory, it is then needed to modify an existing program
to benefit from MPTCP. In practice, 'socket()' syscall can be modified
to create an MPTCP socket instead of TCP. This is done with the help of
libmptcpwrap and LD_PRELOAD.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/multipath-tcp/mptcpd
Section: net
Priority: optional
Filename: pool/main/m/mptcpd/mptcpize_0.12-4_amd64.deb