This file is indexed.

/usr/bin/ui-utilcpp-version is in libui-utilcpp-dev 1.8.3-3.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/bin/sh -e
echo "UI_PACKAGE=\"ui-utilcpp\""
echo "UI_VERSION=\"1.8.3\""
echo "UI_VERSION_MAJOR=\"1\""
echo "UI_VERSION_MINOR=\"8\""
echo "UI_VERSION_PATCH=\"3\""
echo "UI_SO_VERSION=\"9.0.0\""
echo "UI_SO_VERSION_MAJOR=\"9\""
echo "UI_SO_VERSION_MINOR=\"0\""
echo "UI_SO_VERSION_PATCH=\"0\""