We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CouchDB can't be installed on Ubuntu 24.04 LTS as there is no deb.
It has been the recommended long-term-support version for people to install since April, so is an obvious choice for servers.
We want to be able to follow the documentation at: https://docs.couchdb.org/en/latest/install/unix.html#enabling-the-apache-couchdb-package-repository
But it fails because "noble" is returned for ${VERSION_CODENAME}
${VERSION_CODENAME}
Add "Ubuntu 24.04 LTS" to the list at https://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages
And add the corresponding deb release, or course :-)
The text was updated successfully, but these errors were encountered:
Closing this as duplicate of #5077.
Sorry, something went wrong.
No branches or pull requests
Summary
CouchDB can't be installed on Ubuntu 24.04 LTS as there is no deb.
It has been the recommended long-term-support version for people to install since April, so is an obvious choice for servers.
Desired Behaviour
We want to be able to follow the documentation at:
https://docs.couchdb.org/en/latest/install/unix.html#enabling-the-apache-couchdb-package-repository
But it fails because "noble" is returned for
${VERSION_CODENAME}
Possible Solution
Add "Ubuntu 24.04 LTS" to the list at https://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages
And add the corresponding deb release, or course :-)
The text was updated successfully, but these errors were encountered: