How to Install and Uninstall pcaputils Package on Kali Linux

Last updated: May 06,2024

1. Install "pcaputils" package

This tutorial shows how to install pcaputils on Kali Linux

$ sudo apt update $ sudo apt install pcaputils

2. Uninstall "pcaputils" package

This guide let you learn how to uninstall pcaputils on Kali Linux:

$ sudo apt remove pcaputils $ sudo apt autoclean && sudo apt autoremove

3. Information about the pcaputils package on Kali Linux

Package: pcaputils
Version: 0.8-1.1
Installed-Size: 235
Maintainer: Robert S. Edmonds
Architecture: amd64
Depends: libc6 (>= 2.3), libjudydebian1, libpcap0.8 (>= 0.9.8)
Size: 39212
SHA256: 4ba9a323842ea5508b782da488c4db2e3d0abb91b56faf1cd48cc84496b73cd8
SHA1: 9612455e5e63751ae64346f61ed02779d31e1da0
MD5sum: 3e7abe98de50dba9f952f68fbbeda29c
Description: specialized libpcap utilities
pcaputils includes the following libpcap-based utilities:
- pcapip: filters an input pcap file based on a file containing IP addresses
- pcappick: picks specific frames out of a pcap by number
- pcapuc: prints unique src IPs, dst IPs, or {src, dst} IP pairs witnessed
- pcapdump: a dedicated packet capture utility similar to dumpcap, but with
these features:
* logs packet dump and drop rates
* can run as a daemon
* can dynamically reload its configuration without dropping packets
* can be signalled to immediately rotate its capture output file
* can partition its output based on time intervals (e.g., start of hour or
start of day)
* can strip application data from the trace file (output headers only)
* can sample the packet stream (e.g., only dump every 1 in 10 or 1 in 100
packets)
Description-md5:
Tag: role::program
Section: net
Priority: optional
Filename: pool/main/p/pcaputils/pcaputils_0.8-1.1_amd64.deb