Skip to content

Instantly share code, notes, and snippets.

@xbklairith
Last active July 27, 2020 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xbklairith/900b1418d7bf4309055df52bdd0beacb to your computer and use it in GitHub Desktop.
Save xbklairith/900b1418d7bf4309055df52bdd0beacb to your computer and use it in GitHub Desktop.
Install couchbase dev in Ubuntu 20.04
sudo wget -O - https://packages.couchbase.com/clients/c/repos/deb/couchbase.key | sudo apt-key add -
echo "deb https://packages.couchbase.com/clients/c/repos/deb/ubuntu2004 focal focal/main" | sudo tee /etc/apt/sources.list.d/couchbase.list
sudo apt update
sudo apt-get install libcouchbase-dev libcouchbase3-libev build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment