camtauxe opened a new issue, #4081: URL: https://github.com/apache/couchdb/issues/4081
The CouchDB apt repository at https://apache.jfrog.io/artifactory/couchdb-deb/ does not include a release for the latest Ubuntu LTS, 22.04 "Jammy Jellyfish" ## Description Following the installation instructions provided in the [official docs](https://docs.couchdb.org/en/stable/install/unix.html#enabling-the-apache-couchdb-package-repository) eventually fails with the message: ``` Failed to update apt cache: E:The repository 'https://apache.jfrog.io/artifactory/couchdb-deb jammy Release' does not have a Release file. ``` ## Steps to Reproduce (Commands copy-pasted from installation instructions) ``` sudo apt update && sudo apt install -y curl apt-transport-https gnupg curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee /usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1 source /etc/os-release echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" \ | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null ``` ## Expected Behaviour Adding the apt repository succeeds because there is a release for this version of Ubuntu ## Your Environment * Operating system and version: Ubuntu 22.04 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
