[code]root@oolong:~# opkg install nmap
Package nmap (7.12-2) installed in root is up to date.
root@oolong:~# nmap google.com
Starting Nmap 7.12 ( https://nmap.org ) at 2017-06-14 14:33 CEST
Nmap scan report for google.com (216.58.212.142)
Host is up (0.0081s latency).
Other addresses for google.com (not scanned): 2a00:1450:400e:800::200e
rDNS record for 216.58.212.142: ams15s21-in-f14.1e100.net
Not shown: 998 filtered ports
PORT STATE SERVICE
80/tcp open http
443/tcp open https
Nmap done: 1 IP address (1 host up) scanned in 19.60 seconds
[/code]
Try to add the “https://repo.turris.cz/omnia/packages/packages” path to the “/etc/opkg/distfeeds.conf” file as a custom package feed and then try type “opkg update” and “opkg install nmap” to the command line (via SSH)
Thanks, just tried that too and it worked! Doh! I tend to associate opkg update with new things on the scene, and perceived nmap as an old friend, not a new kid on the block, hence didn’t even think to try that. It’s what I’d do if someone said “hey there’s this new tool to …” and if opkg didn’t find it; it, I’d try and update and then ask for a repo if that failed.