ehhh..... :) root@hawk:/var/www/nicer.app-5.10.z/code# 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 Hit:1 http://nl.archive.ubuntu.com/ubuntu questing InRelease Hit:2 http://nl.archive.ubuntu.com/ubuntu questing-updates InRelease
Hit:3 http://nl.archive.ubuntu.com/ubuntu questing-backports InRelease Hit:4 https://dl.google.com/linux/chrome-stable/deb stable InRelease Hit:5 http://security.ubuntu.com/ubuntu questing-security InRelease All packages are up to date. Notice: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://dl.google.com/linux/chrome-stable/deb stable InRelease' doesn't support architecture 'i386' curl is already the newest version (8.14.1-2ubuntu1.3). apt-transport-https is already the newest version (3.1.6ubuntu2). gnupg is already the newest version (2.4.8-2ubuntu2.1). The following packages were automatically installed and are no longer required: nvidia-firmware-580-580.126.09 nvidia-firmware-580-580.142 nvidia-firmware-590-590.48.01 Use 'sudo apt autoremove' to remove them. Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3882 100 3882 0 0 97825 0 --:--:-- --:--:-- --:--:-- 99538 root@hawk:/var/www/nicer.app-5.10.z/code# sudo apt update sudo apt install -y couchdb Hit:1 http://nl.archive.ubuntu.com/ubuntu questing InRelease Hit:2 http://nl.archive.ubuntu.com/ubuntu questing-updates InRelease Hit:3 http://nl.archive.ubuntu.com/ubuntu questing-backports InRelease Hit:4 https://dl.google.com/linux/chrome-stable/deb stable InRelease Hit:5 http://security.ubuntu.com/ubuntu questing-security InRelease Ign:6 https://apache.jfrog.io/artifactory/couchdb-deb questing InRelease Err:7 https://apache.jfrog.io/artifactory/couchdb-deb questing Release 404 [IP: 54.185.186.5 443] Notice: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://dl.google.com/linux/chrome-stable/deb stable InRelease' doesn't support architecture 'i386' Error: The repository 'https://apache.jfrog.io/artifactory/couchdb-deb questing Release' does not have a Release file. Notice: Updating from such a repository can't be done securely, and is therefore disabled by default. Notice: See apt-secure(8) manpage for repository creation and user configuration details. Package couchdb is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Error: Package 'couchdb' has no installation candidate root@hawk:/var/www/nicer.app-5.10.z/code# With kind regards, Rene A.J.M. Veerman from Amsterdam, The Netherlands. Since 2002 Owner, CEO, and CTO for https://nicer.app, https://said.by, https://zoned.at and all other computer-code and -content that I ever put into computers anywhere. See also https://said.by/license (or here <https://github.com/NicerEnterprises/NicerApp-WebOS/blob/main/NicerAppWebOS/LICENSE.html>) for my occasionally changing terms and conditions and tariffs. And https://x.com/Gavan1977, https://facebook.com/rene.veerman.90, and https://youtube.com/@CheetahKungFu for my martial arts 'convictions'. On Tue, May 19, 2026 at 10:43 AM Jan Lehnardt <[email protected]> wrote: > Dear community, > > Apache CouchDB® 3.5.2 has been released and is available for download. > > https://couchdb.apache.org/#download > > Pre-built packages for Windows, macOS, Debian/Ubuntu and RHEL/CentOS are > available. > > CouchDB 3.5.2 is a maintenance release, and was originally published on > 2026-05-19. > > The community would like to thank all contributors for their part in > making this release, from the smallest bug report or patch to major > contributions in code, design, or marketing, we couldn’t have done it > without you! > > See the official release notes document for an exhaustive list of all > changes: > > http://docs.couchdb.org/en/stable/whatsnew/3.5.html > > Release Notes highlights: > > - Includes JSON library Jiffy 2.0 which includes major performance > improvements: https://github.com/davisp/jiffy/releases/tag/2.0.0. > > - Nouveau: faster index building, updated to Lucene 10, old indexes > remain working. Requires Java 21. > > - QuickJS updates. Memory leak fixes, use-after-free fixes in workers > and regex, regex memory blowup fix, Unicode 17 support, FP16 support, > optimised string operations, faster context creation, closure optimisation, > iterator improvements. > > - Mac versions no longer include the SpiderMonkey JavaScript engine. > > Apache CouchDB® lets you access your data where you need it. The Couch > Replication Protocol is implemented in a variety of projects and products > that span every imaginable computing environment from globally distributed > server-clusters, over mobile phones to web browsers. > > Store your data safely, on your own servers, or with any leading cloud > provider. Your web- and native applications love CouchDB, because it speaks > JSON natively and supports binary data for all your data storage needs. > > The Couch Replication Protocol lets your data flow seamlessly between > server clusters to mobile phones and web browsers, enabling a compelling > offline-first user-experience while maintaining high performance and strong > reliability. CouchDB comes with a developer-friendly query language, and > optionally MapReduce for simple, efficient, and comprehensive data > retrieval. > > On behalf of the CouchDB PMC, > Jan Lehnardt > —
