Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. 

...

Linux Installation Instructions

RPM (tested on

...

Fedora 40 Workstation, OEL 9.4)

To run this file, type the following at the command prompt

...

(only run the first command if you need to uninstall a previous version).

Code Block
languagebash
titleUninstall previous version
sudo yum -v -y remove NBIADataRetriever-4.4.2.x86_64.rpm

...


Code Block
languagebash
titleInstall latest release
sudo yum -y install NBIADataRetriever-4.4.3-1.x86_64.rpm

DEB

...

(tested on Ubuntu 2024 LTS)

To run this file, type the following at the command prompt

...

(only run the first command if you need to uninstall a previous version).

Code Block
languagebash
titleUninstall previous version
sudo -S dpkg -r nbia-data-retriever-4.4.2.deb

...


Code Block
languagebash
titleInstall latest release
sudo -S dpkg -i nbia-data-retriever-4.4.3-1.deb

...