Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.36 KB

ubuntu-nightly.md

File metadata and controls

33 lines (24 loc) · 1.36 KB

Installing the OpenQuake Engine nightly builds on Ubuntu Linux

The OpenQuake Engine nightly builds are available in the form of deb binary packages for the following Ubuntu releases:

  • Ubuntu 18.04 LTS (Bionic)
  • Ubuntu 16.04 LTS (Xenial)

Packages may work on Ubuntu derivatives (i.e. Mint Linux) and Debian, but this setup in not supported by GEM. See the FAQ.

The software and its libraries will be installed under /opt/openquake. Data will be stored under /var/lib/openquake.

Install packages from the OpenQuake nightly repository

The following commands add the nightly builds package repository:

sudo add-apt-repository -ry ppa:openquake/ppa
sudo add-apt-repository -y ppa:openquake-automatic-team/latest-master
sudo apt update

Then to install the OpenQuake Engine and its libraries first remove stable packages and then install nightly build packages

sudo apt remove --purge python-oq-.* python3-oq-.*
sudo apt install python3-oq-engine

Now you can follow the standard installing procedures


Getting help

If you need help or have questions/comments/feedback for us, you can: