hostapd

Start an access point using a wireless interface. More information: <https://w1.fi/hostapd/>.

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