dilevembamu12 commented on issue #5077: URL: https://github.com/apache/couchdb/issues/5077#issuecomment-2669959651
hello brother , this how to install couchdb to ubuntu 24.04 TLS (Noble) STEP 1 : download manually de package for ubuntu "noble" version `cd /tmp` `wget https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/lastSuccessfulBuild/artifact/pkgs/noble/couchdb_3.4.2-e137b72%7Enoble_amd64.deb` STEP 2: Install manually de package by fix dependencies in the same way `sudo apt-get --fix-broken install ./couchdb_3.4.2-e137b72~noble_amd64.deb` STEP 3: Fill forms in the configuration popup STEP 4 : Run and check status `systemctl start couchdb` `systemctl status couchdb` STEP 5: optional , check the database connection `curl http://127.0.0.1:5984/` -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org