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
epel-release which will add repositories that provide some required packages, e.g. protobuf-python, R, etc.
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.
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.
3.2.1 had an upgrade error breaking your subsequent installations. If you have an older version of Mica than
    3.2.1, you must run this script 
    before installing the new version. The script removes the older version safely and backs up your config files under /usr/obiba_archives.
    Once you install the new version of Mica, you can retrieve all your config files manually.
    3.2.1 do not require this fix.
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.
1.3.1 had an upgrade error breaking your subsequent installations. If you have an older version of Agate than
    1.3.1, you must run this script 
    before installing the new version. The script removes the older version safely and backs up your config files under /usr/obiba_archives.
    Once you install the new version of Agate, you can retrieve all your config files manually.
    1.3.1 do not require this fix.
If you need *.rpm for a specific version, you can obtain them from their respective application releases page: