NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

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

...

How do I resolve the "xdg-desktop-menu: not found" error in an Ubuntu installation of NBIA Data Retriever?

The If the Ubuntu server does not have a desktop environment , so the system does installed, it will not have a the “xdg-utils” package. To solve his this problem, run the following command to fix the installation error.

Code Block
$cd /tmp

$wget https://cbiit-download.nci.nih.gov/nbia/releases/ForTCIA/NBIADataRetriever_4.1/nbia-data-retriever-4.1.deb

$sudo apt install xdg-utils

$sudo -S dpkg -r nbia-data-retriever-4.0.1.deb;sudo -S dpkg -i nbia-data-retriever-4.1.deb