How to install aspell dicts

aspell -a

Error: No word lists can be found for the language "en_US".

If it doesn't go via yum install aspell-en

It needs to be installed manually

Download from here

http://ftp.gnu.org/gnu/aspell/dict/en/

bzip2 -d aspell6-en-6.0-0.tar.bz2
tar -xvf aspell6-en-6.0-0.tar

cd aspell6-en-6.0-0/

./configure
make
make install

Should be ok now

aspell -a
aspell -v
aspell dump dicts
echo "Am I strck here?" >  test.txt
aspell check test.txt

Done!

Similar Posts:

    None Found

2 comments on “How to install aspell dicts

Leave a Reply

Your email address will not be published. Required fields are marked *