...
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 |
---|
language | bash |
---|
title | Uninstall previous version |
---|
|
sudo yum -v -y remove NBIADataRetriever-4.4.2.x86_64.rpm |
...
Code Block |
---|
language | bash |
---|
title | Install 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 |
---|
language | bash |
---|
title | Uninstall previous version |
---|
|
sudo -S dpkg -r nbia-data-retriever-4.4.2.deb |
...
Code Block |
---|
language | bash |
---|
title | Install latest release |
---|
|
sudo -S dpkg -i nbia-data-retriever-4.4.3-1.deb |
...