#!/bin/sh
sudo apt-get update  # To get the latest package lists
sudo apt-get install python-software-properties -y
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update 
sudo apt-get install gcc-4.8 -y
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50 
sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3 libopenmpi-dbg libopenmpi-dev -y
sudo apt-get install python-pip -y
sudo apt-get install tcsh -y
sudo apt-get install xutils-dev -y
sudo apt-get install cvs -y
sudo apt-get install build-essential -y
sudo apt-get install g++ -y
sudo apt-get install gfortran-4.6 -y
sudo add-apt-repository ppa:fenics-packages/fenics 
sudo apt-get update
sudo apt-get install fenics -y
sudo apt-get dist-upgrade


#etc.

