ODP Stack Repositories
You can use the appropriate URL links listed below for your OS family to download a repository file that contains the software for setting up the Stack.
Accessing ODP Repositories
The ODP repositories can be accessed via the URLs listed below:
Table 3.1. ODP Repository URLs
ODP UTILS Repositories
OS | Version Number | Repository Name | Format | URL |
---|---|---|---|---|
RHEL 8 | ODP-3.3.6.2-1 | ODP UTILS | Base URL | https://mirror.odp.acceldata.dev/v2/odp-utils/rhel8/ |
RHEL 8 | ODP-3.3.6.2-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/rhel8.tar.gz |
RHEL 9 | ODP-3.3.6.2-1 | ODP UTILS | Base URL | https://mirror.odp.acceldata.dev/v2/odp-utils/rhel9/ |
RHEL 9 | ODP-3.3.6.2-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/rhel9.tar.gz |
Ubuntu 20 | ODP-3.3.6.2-1 | ODP UTILS | Base URL | https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu20/ |
Ubuntu 20 | ODP-3.3.6.2-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/ubuntu20.tar.gz |
Ubuntu 22 | ODP-3.3.6.2-1 | ODP UTILS | Base URL | https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu22/ |
Ubuntu 22 | ODP-3.3.6.2-1 | ODP UTILS | Tarball mdc, asc | https://mirror.odp.acceldata.dev/v2/odp-utils/tarballs/ubuntu22.tar.gz |
ODP VDF Repositories
OS | Version Number | Repository Name | Format | URL |
---|---|---|---|---|
RHEL 8/9/Ubuntu /20/22 | ODP-3.3.6.2-1 | ODP-VDF | ODP VDF | https://mirror.odp.acceldata.dev/ODP/ODP-VDF/ODP-3.3.6.2-1.xml |
ODP Standalone Binaries
For Ubuntu 22, add the below public key before proceeding with the installation. https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.2-1/releases/ubuntu20/my_public.key
https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu20/my_public.key
https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.2-1/releases/ubuntu22/my_public.key
https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu22/my_public.key
You can use the below CLI command to add the repository key in Ubuntu 20 and 22. servers.
x
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.2-1/releases/ubuntu20/my_public.key | apt-key add -
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu20/my_public.key | apt-key add -
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp/python3/jdk11/3.3.6.2-1/releases/ubuntu22/my_public.key | apt-key add -
wget -q -O - https://mirror.odp.acceldata.dev/v2/odp-utils/ubuntu22/my_public.key | apt-key add -
Was this page helpful?