Downloading and installing Detect Desktop
-
Log in to Black Duck.
-
Navigate to the drop-down menu under your username and select Tools.
-
Select the operating system you wish to use in the Downloads Black Duck Detect (Desktop) section to download the executable from Google Cloud Storage.
-
Run the executable to install Black Duck Detect (Desktop).
If you are upgrading from a previous version of Black Duck Detect (Desktop), an option appears to migrate data from the previous version.
If the Black Duck Detect (Desktop) does not open after installation and the following error message appears:
The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/Black Duck Detect/chrome-sandbox is owned by root and has mode 4755.
your operating system does not support the Sandbox at the kernel layer. To run Black Duck Detect (Desktop) with the Sandbox disabled, enter the following at the command line:
blackduck-detect --no-sandbox
Command line options for Windows
-
Unattended (silent) install for Black Duck Detect
./blackduck-detect-latest.exe /S
-
Installing to a specific directory
./blackduck-detect-latest.exe /D=C:\directory
Installing the Linux version of Black Duck Detect (Desktop)
-
Download the executable from your Black Duck server, as described in the previous section.
-
Install Black Duck Detect (Desktop):
cd Downloads
To install on CentOS/RedHat:
sudo yum localinstall blackduck-detect-latest.rpm
To install on Ubuntu/Debian:
sudo apt install ./blackduck-detect-latest.deb
-
Change the permission of chrome-sandbox:
cd "/opt/Black Duck Detect" sudo chmod 4755 chrome-sandbox
-
Run Black Duck Detect (Desktop):
./blackduck-detect --no-sandbox