problems to download and install seadas 7.3.2

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
fdelcourt
Posts: 2
Joined: Tue Jun 19, 2012 4:15 pm America/New_York
Answers: 0

problems to download and install seadas 7.3.2

by fdelcourt » Fri Mar 03, 2017 8:51 am America/New_York

Dear all,

I had to re-boot my system and re-install all softwares, including Seadas. At the moment I'm using Ubuntu 14.04, on which I use to have an older version of Seadas installed. Now I'm having problems to download (by command or manually) and install the seadas_7.3.2_linux64_installer.sh. I don't have much knowledge about linux commands at the terminal (only the basic), so does anyone could help me step by step?

Here's what I was trying unsuccessful:

wget -t inf https://seadas.gsfc.nasa.gov/downloads/ | wget seadas_7.3.2_linux64_installer.sh

and

wget -O - https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/7.3.2/seadas_7.3.2_linux64_installer.sh

Thank you on advance

Tags:

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

problems to download and install seadas 7.3.2

by gnwiii » Fri Mar 03, 2017 11:17 am America/New_York

You are making things too complicated.  Assuming you have the  Required software,  in a terminal, just run:

wget https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/7.3.2/seadas_7.3.2_linux64_installer.sh and you should see something like:

--2017-03-03 12:04:59--  https://oceandata.sci.gsfc.nasa.gov/SeaDAS/installer/7.3.2/seadas_7.3.2_linux64_installer.sh
Resolving oceandata.sci.gsfc.nasa.gov (oceandata.sci.gsfc.nasa.gov)... xx.xxx.xx.xx, 2001:4d0:2418:128::84
Connecting to oceandata.sci.gsfc.nasa.gov (oceandata.sci.gsfc.nasa.gov)|xx.xxx.xx.xx|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 153515026 (146M) [text/plain]
Saving to: ‘seadas_7.3.2_linux64_installer.sh’

100%[=======================================>] 153,515,026 44.9MB/s   in 3.6s  

2017-03-03 12:05:02 (41.2 MB/s) - ‘seadas_7.3.2_linux64_installer.sh’ saved [153515026/153515026]
Then you can proceed with the instructions. 

Where life does get complicated is that Ubuntu's git version does not work, so git will have to be installed from source following the previously posted instructions .

fdelcourt
Posts: 2
Joined: Tue Jun 19, 2012 4:15 pm America/New_York
Answers: 0

problems to download and install seadas 7.3.2

by fdelcourt » Fri Mar 03, 2017 11:37 am America/New_York

thank you very much... it works just fine

Post Reply