...
Click one of the following links to download the NBIA Data Retriever for that operating system. See Downloading Study Data for information on using this application to download data.
Installing the NBIA Data Retriever on Linux
- RPM (tested on centOS)
To run this file, type the following at the command prompt:
sudo yum -v -y remove NBIADataRetriever-4.4.2.x86_64.rpm;sudo yum -y installCode Block language bash yum -y install NBIADataRetriever-4.4.3-1.x86_64.rpm
- DEB (tested on Ubuntu)
To run this file, type the following at the command prompt:sudo -S dpkg -r nbia-data-retriever-4.4.2.deb;sudo -S dpkg -i nbia-data-retriever-4.4.3-1.deb
Installing the NBIA Data Retriever on Linux
After downloading, double-click to install the package through a GUI or you can run the following in a terminal:
...
Code Block language bash mkdir /usr/share/desktop-directories/
...
sudo dpkg -i
...
nbia-data-retriever
...
_4.4.3-1_amd64.deb
Running the NBIA Data Retriever on Linux
...
To run the NBIA Data Retriever on CentOS, run the following sample command.
Code Block /opt/NBIADataRetriever/bin/NBIADataRetriever --cli <manifest directory <location>path>/<manifest file name>.tcia -d <parent location>/<download directory> -l <location>/<credential file> -v –f
To run the NBIA Data Retriever on Ubuntu, run the following sample command.
Code Block /opt/nbia-data-retriever/bin/nbia-data-retriever --cli <manifest directory <location>path>/<manifest file name>.tcia -d <parent location>/<download directory> -l <location>/<credential file> -v –f
Tip A credential file is a text file that passes the user's credentials in the following format:
Code Block userName=YourUserName passWord=YourPassword
The parameters "userName" and "passWord" are case-sensitive.
...