Using the Command Line to Install and Uninstall on UNIX or Linux
To launch the installer from the command line, use the following command:
<path-to-installer>/<installer-filename> [--<option-1> <value-1>] [--<option-2> <value-2>]Examples without options:
/root/DPX-4.9.0-linux-x64-installer.bin
./DPX-4.9.0-linux-x64-installer.binExample with options:
/root/DPX-4.9.0-linux-x64-installer.bin --sysadminpassword abc123 --prefix /opt/directory --mode textTo view installer options, use the following command:
<installer-filename> --helpExample:
./DPX-4.9.0-linux-x64-installer.bin --helpTo uninstall on UNIX or Linux from the command line:
Use the following uninstall command:
<product-directory>/uninstall/uninstall_DPXExample:
/opt/DPX/uninstall/uninstall_DPXLast updated