Couchbase packages server failing to serve release [libcouchbase-dev]

My team is having issues installing libcouchbase-dev through the process outlined in the official docs:

https://docs.couchbase.com/c-sdk/current/start-using-sdk.html

We’re using Ubuntu 18.04 LTS. A fresh VM installation has been tried from two development machines. I’ve attached a link to a raw text file with the output from the second attempt below:

Seems there’s an issue with the Release file on the package server for Couchbase.

Any assistance would be greatly appreciated.

I’ve found a solution. In the same documentation, use the commands for adding the repo manually and install, but ensure you change the distribution name accordingly.

E.g.,

sudo wget -O - http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -

echo “deb http://packages.couchbase.com/ubuntu bionic bionic/main” | sudo tee /etc/apt/sources.list.d/couchbase.list

sudo apt-get update

sudo apt-get install libcouchbase-dev libcouchbase2-bin build-essential