OBiBa RPM Repository

This is the RPM package repository of OBiBa software to automate installation and upgrade. To add this repository locally run the following command:

  wget https://www.obiba.org/assets/obiba-rpm.repo -O obiba-rpm.repo
  sudo mv obiba-rpm.repo /etc/yum.repos.d/

To verify that the repository has been added run:

yum repolist | grep obiba

collect Installing Opal

To install Opal:

sudo yum install opal-server

To install Opal Python Client:

sudo yum install python3-pip libcurl4-openssl-dev libssl-dev
sudo pip install obiba-opal

To install R Server configured for Opal:

sudo yum install rock
sudo service rock restart

See Opal Documentation for more information.

collect Installing Mica

To install Mica:

sudo yum install mica2

To install Mica Python Client:

sudo yum 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 yum install agate

To install Agate Python Client:

sudo yum 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 *.rpm for a specific version, you can obtain them from their respective application releases page: