Open aklehm opened 5 months ago
Hi,
Ubuntu 24.04 LTS isn't listed under the convenience binary packages section in our docs, so you get the error message you encountered. I think and hope that this will be done in the near future.
In the meantime you could use the Snap package or build CouchDB on your Raspi by yourself.
@aklehm Docs does not explicitly explain that you have to either set this env variable or replace ${VERSION_CODENAME} to a OS version code name, in my case it was "bookworm" for Debian.
Try running "lsb_release -cs". If you get a correct code name you could do:
echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${lsb_release -cs} main" | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
But if you've run the command already fix the issue by manually editing /etc/apt/sources.list.d/couchdb.list
Hmm. Official page does not list the code name for Ubuntu 24.04 š¤· https://wiki.ubuntu.com/DevelopmentCodeNames
So, while this is not a bug, the docs could be improved imho.
Is there an ETA for adding a convenience package for Ubuntu 24.04 LTS?
Description
I want to install CouchDB on a Ubuntu Server 24.04 LTS and followed the offical docs here: CouchDB docs
But when update the repositores with
sudo apt update
, I get the following error messages.Steps to Reproduce
Fresh installation of Ubuntu Server 24.04 LTS
Enabling the Apache CouchDB package repository
Expected Behaviour
Update repositories und install CouchDB after enabling the Apache CouchDB package repository
Your Environment
Hardware: Raspberry Pi 3B OS: Ubuntu Server 24.04 LTS