iwconfig

Configure and show the parameters of a wireless network interface. More information: <https://manned.org/iwconfig>.

Debian Debian
RUN apt-get update && \ apt-get install -y wireless-tools
Ubuntu
RUN apt-get update && \ apt-get install -y wireless-tools
Alpine
RUN apk add wireless-tools
Arch Arch Linux
RUN pacman -S --noconfirm wireless_tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y wireless-tools
Fedora
RUN dnf install -y wireless-tools-1
Raspbian
RUN apt-get update && \ apt-get install -y wireless-tools
click the source code to copy install iwconfig on any operating system with command-not-found.com