wpa_supplicant

Manage protected wireless networks. More information: <https://manned.org/wpa_supplicant.1>.

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