Follow simple steps to install dhcping on Mac
Package Information:
Name: dhcping
Use: Perform a dhcp-request to check whether a dhcp-server is running
URL: http://www.mavetju.org/unix/general.php
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dhcping using brew
brew install dhcping
dhcping is ready to use now!