Ubuntu – How to install NCL and Ferret on Ubuntu

software installation

I have started to use Ubuntu a few months ago. I want to install 'Ferret' and 'NCAR Command Language' to my computer but I don't know how. Are there any way to install them on Ubuntu?

Before I started to use Ubuntu I used Fedora for a while and on Fedora I could install them easily. Am I doing something wrong or they are just not working on Ubuntu? These programs are important for me because I'm a meteorological engineer student and I'm using these programs frequently.

Best Answer

Now you can install ncl through apt-get in Ubuntu 14.04. It has a bug though. Bug https://bugs.launchpad.net/ubuntu/+source/ncl/+bug/1329691 . You have to do some linking.

sudo apt-get install ncl-ncarg
sudo ln -s /usr/share/ncarg /usr/lib/ncarg

And you can start using ncl inside 14.04.

Related Question