espeak

Uses text-to-speech to speak through the default sound device. More information: <http://espeak.sourceforge.net>.

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