Aspell for Windows
The native Windows Aspell port is no longer supported. Instead, use Aspell in Windows via WSL or MSYS2. Check spelling of a file like:
aspell -c myfile.txt
Install EITHER of the options below:
-
Windows Subsystem for Linux:
apt install aspell
-
MSYS2 Terminal:
pacman -S mingw-w64-ucrt-x86_64-aspell mingw-w64-ucrt-x86_64-aspell-en
Related: Aspell don’t backup Related: Aspell user dictionary location