我需要安装什么样的软件包来满足Zim中的gtkspell拼写检查依赖?
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
发布于 2016-09-14 10:28:53
apt-cache search gtkspell找到了python-gtkspellcheck包,这听起来和你想要的完全一样。
您还可以在推荐的zim包列表中找到它:
$ apt-cache show zim | grep '^Recommends:'
Recommends: python-gtkspell您可以通过上下文菜单或Apt通过Synaptic显示和安装推荐的软件包(如果禁用默认的--install-recommends配置设置,可以使用APT::Install-Recommends选项):
sudo apt-get install --install-recommends zim发布于 2016-10-05 16:19:29
据我所见,没有必要同时安装这两个软件包。来自Zim wiki:
依赖关系:这个插件需要两个库中的任何一个:“gtk拼写”或"gtkspellcheck",如果两者都已安装,则使用后者。
然后,您可以选择插件并配置语言。

发布于 2016-09-06 14:25:24
试试通孔,它对我有用。
https://askubuntu.com/questions/801717
复制相似问题