ispell

Interactive spell checking. More information: <https://www.cs.hmc.edu/~geoff/ispell-man.html>.

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