linux
Midnight Commander or mc is perhaps the filemanager I use since my first contact with computer science from late 80’s.
So in Centos you may face above message, although pressing enter you can continue normally, but it’s a bit annoying. The problem comes from a missing package, that is aspell.
So, installing aspell package the message will stop appearing.
yum install aspell-en
I am using GNU Emacs 26.1
on macOS Catalina.
When I try to enable ispell
or flycheck-mode
I am getting following error:
No word lists can be found for the language "en_US".
=> How could I fix this error?
asked Nov 20, 2019 at 13:40
Package aspell comes with Debian 11, but evidently lacks dictionaries.
sudo apt-get install aspell-en
Installs the English spelling dictionary for aspell.
answered Sep 4, 2021 at 21:08
PaulPaul
1738 bronze badges
Installing aspell
fixed my problem.
brew install aspell
answered Nov 20, 2019 at 13:47
alperalper
1,1129 silver badges28 bronze badges
I faced the same problem on Fedora 34.
sudo dnf install aspell-en
fixed my problem.
answered Jan 31, 2022 at 23:52
AnilJAnilJ
234 bronze badges
Manjaro 21 also lacks dictionaries.
sudo pacman -S aspell-en
fix the problem.
answered May 16, 2022 at 12:23
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
- Pick a username
- Email Address
- Password
By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
Форум
Сайтостроение
Администрирование серверов
L
На сайте с 10.02.2015
Online
189
livetv
27 июля 2019, 20:01
605
Как лечить?
Полечил пока через:
yum install aspell-en
Есть ли другие варианты?
Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий
Solution Verified
— Updated 2013-02-13T05:24:55+00:00 —
Issue
-
Installed aspell rpm
yum install aspell
-
And then tried cheking for spelling suggestions:
aspell check /tmp/example
-
Getting the following error:
Error: No word lists can be found for the language "en_US".
-
aspell-en package is not available in RHEL 6 RHN channels ?
Environment
- Red Hat Enterprise Linux 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.
Current Customers and Partners
Log in for full access
Log In