Does anyone know how to install CouchDB on Ubuntu Server 16.04?
The manual in the CouchDB docs seems to be broken and a simple apt-get install couchdb
results in Version 1.6.1.
This will install CouchDB 2.1:
Add the public key to apt:
curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc | sudo apt-key add -
Depending on your setup you may need to install https for apt
sudo apt-get install apt-transport-https
Update apt and install!
sudo apt-get update && sudo apt-get install couchdb
Try the snap for CouchDB, there isn't an apt package for CouchDB 2.1 yet. http://docs.couchdb.org/en/latest/install/snap.html. (If this is what you already tried from the manual and it didn't work, share any error messages you received)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With