OBiBa Debian Repository

This is the Debian package repository of OBiBa software to automate installation and upgrade. To use this repository, first add the key to your system:

curl -fsSL https://www.obiba.org/assets/obiba-pub.pem | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/obiba.gpg

Then create a APT list file for OBiBa in /etc/apt/sources.list.d/obiba.list:

echo 'deb https://obiba.jfrog.io/artifactory/debian-local all main' | sudo tee /etc/apt/sources.list.d/obiba.list

Update your local package index:

sudo apt-get update

collect Installing Opal

To install Opal:

sudo apt-get install opal

To install Opal Python Client:

sudo apt-get install python3-pip libcurl4-openssl-dev libssl-dev
sudo pip install obiba-opal

To install R Server configured for Opal:

sudo apt-get install rock
sudo service rock restart

See Opal Documentation for more information.

collect Installing Mica

To install Mica:

sudo apt-get install mica2

To install Mica Python Client:

sudo apt-get install python3-pip libcurl4-openssl-dev libssl-dev
sudo pip install obiba-mica

See Mica Documentation for more information.

collect Installing Agate

To install Agate:

sudo apt-get install agate

To install Agate Python Client:

sudo apt-get install python3-pip libcurl4-openssl-dev libssl-dev
sudo pip install obiba-agate

See Agate Documentation for more information.

Individual Package Downloads

If you need *.deb for a specific version, you can obtain them from their respective application releases page: