我需要安装什么软件包才能满足gtkspell
Zim Wiki 中的拼写检查依赖性?
orschiro@x230:~$ dpkg -l | grep gtkspell # grep deb package
ii libgtkspell-dev 2.0.16-1.1ubuntu1 amd64 Development files for GtkSpell
ii libgtkspell0 2.0.16-1.1ubuntu1 amd64 a spell-checking addon for GTK's TextView widget
ii libgtkspell3-3-0:amd64 3.0.7-2 amd64 spell-checking addon for GTK+'s TextView widget
ii python-gtkspell 2.25.3-13 amd64 Python bindings for the GtkSpell library
ii python-gtkspellcheck 3.0-1.1 all spellchecking library written in Python for Gtk based on Enchant
截屏:
apt-cache search gtkspell
找到python-gtkspellcheck
听起来完全像你想要的包。您还可以在以下推荐的软件包列表中找到它
zim
:您可以通过 Synaptic 通过上下文菜单或通过 Apt 显示和安装推荐的软件包(
--install-recommends
如果您禁用了默认APT::Install-Recommends
配置设置,请使用该选项):据我所知,不需要安装这两个软件包。来自 Zim 维基:
然后,您可以选择插件并配置语言。
通过 pip尝试,它对我有用。