Skip to content

Install on Linux

Aashish Chaudhary edited this page May 26, 2015 · 19 revisions

WikiInstallInstall on Linux

System Requirements

Visit System Requirements for more information

Installing uvcdat (Must Be Root)

1 Download uvcdat

2 Move download directory to root

    sudo mv ~/Downloads/UV-CDAT-VERSION-LINUX-OS-VERSION.tar.gz /

3 Sudo first

sudo -s

4 Change to root directory

cd /

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

wget http://sourceforge.net/projects/cdat/files/Releases/UV-CDAT/VERSION/UV-CDAT-VERSION-Ubuntu-OS-VERSION.tar.gz 

6 Untar it

tar xvf UV-CDAT-VERSION-Ubuntu-OS-VERSION.tar.gz

7 Source the runtime script to setup the path

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

8 Skip to Using GUI for Analysis and Visualization


Clone this wiki locally