How to Install and Uninstall tcpflow Package on Kali Linux

Last updated: April 28,2024

1. Install "tcpflow" package

Please follow the step by step instructions below to install tcpflow on Kali Linux

$ sudo apt update $ sudo apt install tcpflow

2. Uninstall "tcpflow" package

Please follow the steps below to uninstall tcpflow on Kali Linux:

$ sudo apt remove tcpflow $ sudo apt autoclean && sudo apt autoremove

3. Information about the tcpflow package on Kali Linux

Package: tcpflow
Version: 1.6.1-3
Installed-Size: 810
Maintainer: Dima Kogan
Architecture: amd64
Depends: libc6 (>= 2.34), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.0), libhttp-parser2.9 (>= 2.1), libpcap0.8 (>= 0.9.8), libssl3 (>= 3.0.0), libstdc++6 (>= 13.1), zlib1g (>= 1:1.1.4)
Suggests: tcpdump
Conflicts: tcpflow-nox
Size: 290860
SHA256: 372f05e7bb7d1915583fa3df4f2991894522ee87aa928c7347d18044ff0e11de
SHA1: 61c908116344df13e0ae905d083a35bf0a5bf70d
MD5sum: a7f21b8a8250f713b509fdae91a35bf9
Description: TCP flow recorder
tcpflow is a program that captures data transmitted as part of TCP
connections (flows), and stores the data in a way that is convenient
for protocol analysis or debugging. A program like 'tcpdump' shows a
summary of packets seen on the wire, but usually doesn't store the
data that's actually being transmitted. In contrast, tcpflow
reconstructs the actual data streams and stores each flow in a
separate file for later analysis.
.
tcpflow understands sequence numbers and will correctly reconstruct
data streams regardless of retransmissions or out-of-order delivery.
However, it currently does not understand IP fragments; flows
containing IP fragments will not be recorded properly.
.
tcpflow is based on the LBL Packet Capture Library and therefore
supports the same rich filtering expressions that programs like
'tcpdump' support. tcpflow can also rebuild flows from data captured
with 'tcpdump -w'.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/simsong/tcpflow
Tag: admin::monitoring, implemented-in::c, interface::commandline,
network::scanner, protocol::ip, role::program, scope::utility,
use::monitor, use::storing, works-with::file,
works-with::network-traffic
Section: net
Priority: optional
Filename: pool/main/t/tcpflow/tcpflow_1.6.1-3_amd64.deb