No write access to /tmp
On Linux, you need write permissions to the /tmp folder to install Collibra Platform, even if you select a custom temporary folder.
If for any reason you don't have this permission, you have to use the following command to install our software:
JAVA_TOOL_OPTIONS="-Djava.io.tmpdir=$HOME" sh dgc-linux-5.7.1-23.sh \
--target $HOME
You can choose the value of $HOME freely, but make sure that the location has enough space and that you use the same path in both occurrences of the command.