/usr/bin/invesalius-3.0 is in invesalius 3.0~b4-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 | #!/bin/sh
export INVESALIUS_LIBRARY_PATH="/usr/share/invesalius/invesalius"
cd $INVESALIUS_LIBRARY_PATH
python invesalius.py $@
|