Skip to content

Install on Linux

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

Installing the Binaries (Strongly Suggested)

  • You must be Root
  1. Sudo first
    sudo -s
  1. Then change to root directory
    cd /
  1. 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 
  1. Untar it
    tar xvjf UV-CDAT-2.0.0-Ubuntu-14.04-64bit.tar.gz
  1. 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