I'm trying to run a script called sakis3g on a Beaglebone Black to use a USB 3G dongle. This script depends on getent to work.
However, when I run this script, it says that getent is missing. Also, if I type "getent" into the terminal, it's not a recognized command.
There is little information on this because because getent is assumed to be available. How can I install it?