How to Install and Uninstall fping Package on Kali Linux

Last updated: May 09,2024

1. Install "fping" package

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

$ sudo apt update $ sudo apt install fping

2. Uninstall "fping" package

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

$ sudo apt remove fping $ sudo apt autoclean && sudo apt autoremove

3. Information about the fping package on Kali Linux

Package: fping
Version: 5.1-1
Installed-Size: 93
Maintainer: Axel Beckert
Architecture: amd64
Depends: libcap2-bin, netbase, libc6 (>= 2.17)
Enhances: netdata (>= 1.5)
Size: 40656
SHA256: 2d28c4fd22aa078d13382b6b0dcb0b21701349043c9c7204ea82fc4b50589556
SHA1: 8dcc25cb7e48558eeb5e8bd3b5cf9a3a01cece1b
MD5sum: d8aa20c8db447395722bc9a8e8de4d88
Description: sends ICMP ECHO_REQUEST packets to network hosts
fping is a ping like program which uses the Internet Control Message Protocol
(ICMP) echo request to determine if a target host is responding. fping
differs from ping in that you can specify any number of targets on the command
line, or specify a file containing the lists of targets to ping. Instead of
sending to one target until it times out or replies, fping will send out a
ping packet and move on to the next target in a round-robin fashion.
Description-md5:
Homepage: https://www.fping.org/
Tag: admin::monitoring, implemented-in::c, interface::commandline,
network::scanner, protocol::ip, role::program, scope::utility,
use::checking, use::scanning
Section: net
Priority: optional
Filename: pool/main/f/fping/fping_5.1-1_amd64.deb