aspell

Interactive spell checker. More information: <http://aspell.net/>.

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