beep

A utility to beep the PC speaker. More information: <https://github.com/spkr-beep/beep>.

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