Installing ESyS-Particle on Ubuntu from pre-built packages

Created by Anton Gladky
Keywords:
PPA ESyS-Particle install
Last updated by:
Vince Boros

To install a recent released version of ESyS-Particle on Ubuntu from prebuilt packages, first remove any existing ESyS-Particle installation, and then type in a terminal:

sudo apt-get update
sudo apt-get install esys-particle

Or for the latest trunk revision, including the most recent bug fixes:

sudo add-apt-repository ppa:esys-p-dev/daily
sudo apt-get update
sudo apt-get install esys-particle-daily

You will get updates automatically during the normal system update procedure.