New comment by stuart-little on void-packages repository https://github.com/void-linux/void-packages/issues/5602#issuecomment-543250009 Comment: And actually, there's no reason why you wouldn't make your own `xbps` package out of the arch `libsynctex` binary too, for easier package management. I tried it just now: Once you untar [the archive](https://www.archlinux.org/packages/extra/x86_64/libsynctex/) to some `` just run ``` # xbps-create -n libsynctex-2019.51075_1 -s "libsynctex" -A x86_64 ``` and then install the resulting package with `xdowngrade`, as in the [previous post](https://github.com/void-linux/void-packages/issues/5602#issuecomment-542799893).