sam*_*asa 5 nano spell-checking
在 nano 编辑器中进行拼写检查时出现以下错误。请帮助解决这个问题。
Spell checking failed: Error invoking "spell": Bad file descriptot
Run Code Online (Sandbox Code Playgroud)
小智 13
编辑 nanorc 文件并启用拼写检查器。
sudo vi /etc/nanorc
Run Code Online (Sandbox Code Playgroud)
并取消注释该行
set speller "aspell -x -c"
Run Code Online (Sandbox Code Playgroud)
小智 8
nano取决于拼写检查程序。这样的程序是aspell。您可以使用以下命令安装它:
sudo apt-get install aspell
Run Code Online (Sandbox Code Playgroud)