Download location (HTTP): Download location (FTP): ftp://ftp.gnu.org/gnu/aspell/aspell-0.50.3.tar.gz Version used: 0.50.3 Package size: 917 KB Estimated Disk space required: 9.4 MB |
The aspell package contains the aspell library, used to interface to spell checking libraries.
Install aspell by running the following commands:
./configure --prefix=/usr && make && make install |
After Aspell is installed at least one dictionary needs to be installed. You can find them at http://aspell.net/.
Install your dictionary or dictionaries by running the following commands:
./configure && make && make install |
The aspell package contains the libaspell libraries.
The aspell library is a spell checking library interface.