Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 725 Bytes

FPING.md

File metadata and controls

27 lines (17 loc) · 725 Bytes

Installing fping

Linux

fping is available from most of the default package repositories. For example:

sudo apt install fping # Debian/Ubuntu
sudo pacman -S fping # Arch Linux

macOS

It's easiest to install fping using Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install fping

Windows

Binaries are available from this repository:

https://github.com/badafans/fping-windows

Choose the appropriate build for your architecture and add the drectory with "fping.exe" and "cygwin1.dll" to your PATH (instructions).