Skip to content

Does couchdb run on Ubuntu 18.04? #2954

Answered by wohali
rkrajnik asked this question in General
Discussion options

You must be logged in to vote

Yes, absolutely it does. You may have mis-followed the installation instructions.

Follow these instructions for 18.04 ( taken from here: https://docs.couchdb.org/en/latest/install/unix.html )

$ sudo apt-get install -y gnupg ca-certificates
$ echo "deb https://apache.bintray.com/couchdb-deb bionic main" \
    | sudo tee /etc/apt/sources.list.d/couchdb.list
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
  8756C4F765C9AC3CB6B85D62379CE192D401AB61
$ sudo apt update
$ sudo apt install -y couchdb

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by janl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2954 on June 17, 2020 22:37.