How to Install and Uninstall tcpflow Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 27,2024

1. Install "tcpflow" package

Please follow the guidance below to install tcpflow on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install tcpflow

2. Uninstall "tcpflow" package

This is a short guide on how to uninstall tcpflow on Ubuntu 21.10 (Impish Indri):

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

3. Information about the tcpflow package on Ubuntu 21.10 (Impish Indri)

Package: tcpflow
Architecture: amd64
Version: 1.6.1-1
Multi-Arch: foreign
Priority: optional
Section: universe/net
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Dima Kogan
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 647
Depends: libc6 (>= 2.33), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.3.1), libhttp-parser2.9 (>= 2.1), libpcap0.8 (>= 0.9.8), libssl1.1 (>= 1.1.0), libstdc++6 (>= 9), zlib1g (>= 1:1.1.4)
Suggests: tcpdump
Conflicts: tcpflow-nox
Filename: pool/universe/t/tcpflow/tcpflow_1.6.1-1_amd64.deb
Size: 222936
MD5sum: 92ad89360c925adb1cf3c881c5b1a3f4
SHA1: 374207445bb65d591f605c5e0c1e73f0cf33b105
SHA256: 20f1188703365b2a8a92640f84115d4155e2dd817554abe938f9afd247f1ca5c
SHA512: 280ca56159063659a9ee78d6f95ef125d62082163c98b94fddac629e164277beb1b836eeb4b10c0f9e399f14f662b350f97a262861283f35a1ce2d0ea3707cd5
Homepage: https://github.com/simsong/tcpflow
Description-en: 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: 8b5d860e2da32a9ce8f2c9689abca505