/usr/lib/libreoffice/sdk/bin/regcompare is in libreoffice-dev 1:5.1.2-0ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh
# wrapper script for OOos SDK programs
LD_LIBRARY_PATH=/usr/lib/libreoffice/program /usr/lib/libreoffice/sdk/bin/`basename $0`.bin "$@"
|