aplay

Command-line sound player for ALSA soundcard driver. More information: <https://manned.org/aplay>.

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