Installing the desktop app (legacy) using the Mac CLI
Install the PingID desktop app (legacy) using the command-line interface (CLI). This is useful for deploying on multiple machines in batch mode.
About this task
|
Running the installer from a Terminal window requires administrator permissions. |
Steps
-
Download the installer for the PingID desktop app (legacy) from the PingID desktop download page.
-
Open a Terminal window and enter the following command.
sudo installer -pkg <installer package filepath> -target <installation destination filepath> /-
<installer package filepath> is the downloaded installer package’s full filepath.
-
<installation destination filepath> is the full filepath location that will host the PingID desktop app (legacy) installation with its initial configuration.
Example:[.codeph]``sudo installer -pkg $HOME/Downloads/PingID.pkg -target /Applications /
``
This command uses the PingID desktop app (legacy) installer package downloaded to the default Downloads directory and installs it in the Applications directory.
-
-
When prompted, enter the administrator password.
Result
The PingID desktop app (legacy) is silently installed, using the application defaults. A message displays indicating the installation is successful.