What binaries does a program supply? (pacman)

Revision history
Tags: pacman archlinux

I installed gtk-vnc to connect to a locally connected Mac via VNC, but after installation I had no idea what binaries was installed.

With pacman, you can use -Ql flags to list a package’s provided files.

$ pacman -Ql gtk-vnc | grep bin
gtk-vnc /usr/bin/
gtk-vnc /usr/bin/gvnccapture
gtk-vnc /usr/bin/gvncviewer

If you have any comments or feedback, please send me an e-mail. (stig at stigok dotcom).

Did you find any typos, incorrect information, or have something to add? Then please propose a change to this post.

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.