How to Install and Uninstall tcpflow Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 28,2024

1. Install "tcpflow" package

This is a short guide on how to install tcpflow on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install tcpflow

2. Uninstall "tcpflow" package

Please follow the guidelines below to uninstall tcpflow on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the tcpflow package on Ubuntu 20.10 (Groovy Gorilla)

Package: tcpflow
Architecture: amd64
Version: 1.5.2+repack1-1build2
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: 779
Depends: libc6 (>= 2.29), libcairo2 (>= 1.2.4), libgcc-s1 (>= 3.0), 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.5.2+repack1-1build2_amd64.deb
Size: 267620
MD5sum: 572038c23e6c60b0bc4b5f63bb5edc29
SHA1: 3387186d9394af7cbd7b4c2c7e3d11e42fd6c650
SHA256: b81daa4adf1e7fc55c90a26db128ba8e47e973588937025dfbd2f33512573ddd
SHA512: 676d87945cde5c871d6ea2709df338d6a37591dafd453a829602a934ac2eee09fa411e9a1e166ebf506fccb5329b7ea70febf7d51ec3adecdcd7c47798c5ddbf
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