Compile tcpdump for Raspberry Pi 3

Is there a reason there isn't a package for tcpdump here:
https://downloads.openwrt.org/releases/packages-18.06/aarch64_cortex-a53/packages/

I've tried the following:

root@OpenWrt:/lib# opkg install tcpdump
Unknown package 'tcpdump'.
Collected errors:
 * opkg_install_cmd: Cannot install package tcpdump.
root@OpenWrt:/lib#

tcpdump is part of the base packages. You can find it in:
https://downloads.openwrt.org/releases/packages-18.06/aarch64_cortex-a53/base/

You must do an opkg update first before trying to install the package with opkg install tcpdump

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.