How to Install and Uninstall tcpflow.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "tcpflow.x86_64" package

This guide let you learn how to install tcpflow.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install tcpflow.x86_64

2. Uninstall "tcpflow.x86_64" package

Please follow the instructions below to uninstall tcpflow.x86_64 on Oracle Linux 9:

$ sudo dnf remove tcpflow.x86_64 $ sudo dnf autoremove

3. Information about the tcpflow.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:57:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : tcpflow
Version : 1.6.1
Release : 7.el9
Architecture : x86_64
Size : 281 k
Source : tcpflow-1.6.1-7.el9.src.rpm
Repository : epel
Summary : Network traffic recorder
URL : https://github.com/simsong/tcpflow
License : GPL+
Description : 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.