我需要安装什么包来满足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
截屏:
答案1
apt-cache search gtkspell
python-gtkspellcheck
找到听起来和您想要的完全一样的包。
您还可以在推荐软件包列表中找到它zim
:
$ apt-cache show zim | grep '^Recommends:'
Recommends: python-gtkspell
您可以通过上下文菜单或通过 Apt(--install-recommends
如果您禁用了默认APT::Install-Recommends
配置设置,则可以使用该选项)通过 Synaptic 显示和安装推荐的软件包:
sudo apt-get install --install-recommends zim
答案2
答案3
尝试通过 pip,它对我有用。