How to Install and Uninstall tcpdump.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "tcpdump.x86_64" package

In this section, we are going to explain the necessary steps to install tcpdump.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install tcpdump.x86_64

2. Uninstall "tcpdump.x86_64" package

Here is a brief guide to show you how to uninstall tcpdump.x86_64 on Rocky Linux 9:

$ sudo dnf remove tcpdump.x86_64 $ sudo dnf autoremove

3. Information about the tcpdump.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:11:24 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : tcpdump
Epoch : 14
Version : 4.99.0
Release : 7.el9
Architecture : x86_64
Size : 542 k
Source : tcpdump-4.99.0-7.el9.src.rpm
Repository : appstream
Summary : A network traffic monitoring tool
URL : http://www.tcpdump.org
License : BSD with advertising
Description : Tcpdump is a command-line tool for monitoring network traffic.
: Tcpdump can capture and display the packet headers on a particular
: network interface or on all interfaces. Tcpdump can display all of
: the packet headers, or just the ones that match particular criteria.
:
: Install tcpdump if you need a program to monitor network traffic.