Install on Linux - CDAT/cdat GitHub Wiki
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 Untar it
tar xvf UV-CDAT-VERSION-LINUX-OS-VERSION.tar.gz
6 Source the runtime script to setup the path
source /usr/local/uvcdat/VERSION/bin/setup_runtime.sh
7 Skip to Using GUI for Analysis and Visualization