Installing my software on Ubuntu and derivatives

If you're using Ubuntu or its derivatives like Linux Mint, you can install pre-compiled binaries of my codes from the command line. You'll then get new versions of the codes automatically when they are released. To enable this, you need to add my Personal Package Archive to your list of software sources as follows:

sudo add-apt-repository ppa:nebulousresearch/ppa
sudo apt update

Then, you can install my codes with commands like

sudo apt install neat

I've also packaged a few other codes. They are available for all currently supported releases of Ubuntu and Linux Mint, except for nebular which is not available in Ubuntu 14.04.

codewebpagereference
neatwww.nebulousresearch.org/codes/neat/Wesson, Stock, Scicluna (2012)
alfawww.nebulousresearch.org/codes/alfa/Wesson (2016)
mocassinmocassin.nebulousresearch.org/Ercolano et al. (2003, 2005)
cloudywww.nublado.org/Ferland et al. (2013)
intratcdsarc.u-strasbg.fr/viz-bin/cat?VI/64/Storey & Hummer (1995)
voro++math.lbl.gov/voro++/Rycroft (2008)
bhmiegithub.com/hyperion-rt/bhmieBohren & Huffman (1983), wrapper by Robitaille (2011)
nebular-Schirmer (2016)
latex-baposterwww.brian-amberg.de/uni/poster/baposter

If you want to install them all, you can do

sudo apt install nebulousresearch

alfa, neat and mocassin are in the Debian repositories and are thus available in all current releases of Debian, Ubuntu, Linux Mint and other derivatives without needing to enable the PPA. Further technical details such as build logs etc are available at the PPA webpage.