How to Install and Uninstall nicstat Package on Kali Linux

Last updated: May 13,2024

1. Install "nicstat" package

This guide let you learn how to install nicstat on Kali Linux

$ sudo apt update $ sudo apt install nicstat

2. Uninstall "nicstat" package

This guide covers the steps necessary to uninstall nicstat on Kali Linux:

$ sudo apt remove nicstat $ sudo apt autoclean && sudo apt autoremove

3. Information about the nicstat package on Kali Linux

Package: nicstat
Source: nicstat (1.95-1)
Version: 1.95-1+b2
Installed-Size: 50
Maintainer: James Troup
Architecture: amd64
Depends: libc6 (>= 2.7)
Size: 20144
SHA256: 08eb84b2bc57d6fd7dcbe09e7d6157e234c92c22c957ead13e7d35db53d39218
SHA1: 132a96d4da4b50fdbf9913ee535ce58c13437caa
MD5sum: f85211dfc0eba83a978f1f731a02c7cf
Description: print network traffic statistics
nicstat is to network interfaces as iostat is to disks, or prstat
is to processes. It is designed as a much better version of "netstat
-i". Its differences include:
.
- Reports bytes in & out as well as packets.
- Normalizes these values to per-second rates.
- Reports on all interfaces (while iterating)
- Reports Utilization (rough calculation as of now)
- Reports Saturation (also rough)
- Prefixes statistics with the current time
Description-md5:
Homepage: https://blogs.oracle.com/timc/entry/nicstat_the_solaris_and_linux
Section: net
Priority: optional
Filename: pool/main/n/nicstat/nicstat_1.95-1+b2_amd64.deb