Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I install the rpm, the client want to install in other directory:
Its posible to use like a --prefix dirname parameter to install ?
sudo QLIK_CUSTOMER_AGREEMENT_ACCEPT=yes rpm -ivh qlik-data-gateway-data-movement.rpm
I tried this command, add --prefix parameter, and It's working for now.
sudo QLIK_CUSTOMER_AGREEMENT_ACCEPT=yes rpm -ivh --prefix /path_to_install/ qlik-data-gateway-data-movement.rpm