Learn basic commands of pacman.
How to find it out?
Search for zim with pacman.
> pacman -Ss zim
world/zimg 3.0.3-1 [installed: 3.0.1-2]
Scaling, colorspace conversion, and dithering library
extra/zimg 3.0.3-1 [installed: 3.0.1-2]
Scaling, colorspace conversion, and dithering library
community/libzim 7.0.0-2
Reference implementation of the ZIM specification by the openZIM project
community/libzim6 6.3.2-3
Reference implementation of the ZIM specification by the openZIM project, v6
community/zim 0.74.2-2
A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop.
community/zim-tools 3.0.0-1
Various ZIM command line tools
Found the name of the package in question "zim".
Display detailed information for the zim package:
> pacman -Si zim
Repository : community
Name : zim
Version : 0.74.2-2
Description : A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop.
Architecture : any
URL : https://zim-wiki.org/
Licenses : GPL PerlArtistic
Groups : None
Provides : None
Depends On : python python-gobject ttf-font gtk3 python-xdg
Optional Deps : bzr: Version Control plugin
git: Version Control plugin
mercurial: Version Control plugin
gnuplot: Insert Gnuplot plugin
ditaa: Insert Ditaa plugin
graphviz: Insert Diagram plugin
xdot: Link Map plugin
gtkspell3: Spell Checker plugin
r: Insert GNU R Plot plugin
scrot: Insert Screenshot plugin
lilypond: Insert Score plugin
gtksourceview3: Source View plugin
texlive-bin: Insert Equation plugin
Conflicts With : None
Replaces : None
Download Size : 1817,46 KiB
Installed Size : 7903,86 KiB
Packager : Felix Yan <[email protected]>
Build Date : Pi 3. december 2021, 02:23:14
Validated By : MD5 Sum SHA-256 Sum Signature
Search for gtkspell in the output (Optional Deps), found it.
gtkspell3: Spell Checker plugin
now install it and it should work.
PS: To check what optional dependencies are already installed you can use command:
pacman -Qi <package>
PS2: You can also use your AUR helper to do the search, this will also include the results from AUR and create you much bigger list.