Skip to content

Install on Linux

Aashish Chaudhary edited this page Jan 30, 2015 · 19 revisions

WikiInstallInstall on Linux

Installing the Binaries (Strongly Recommended)

1 Sudo first

sudo -s

2 Change to root directory

cd /

3 Get the binary specific to your OS (in this instance for Ubuntu)

wget hhttp://sourceforge.net/projects/cdat/files/Releases/UV-CDAT/2.0.0/UV-CDAT-2.0.0-Ubuntu-
14.04-64bit.tar.gz 

4 Untar it

tar xvjf UV-CDAT-2.0.0-Ubuntu-14.04-64bit.tar.gz

5 Source the runtime script to setup the path

source /usr/local/uvcdat/2.0.0/bin/setup_runtime.sh

Skip to Running UV-CDAT GUI


Clone this wiki locally