Skip to content

Instantly share code, notes, and snippets.

@avsej
Created April 23, 2013 10:38
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 avsej/5442537 to your computer and use it in GitHub Desktop.
Save avsej/5442537 to your computer and use it in GitHub Desktop.
sudo wget -O/etc/apt/sources.list.d/couchbase.list http://packages.couchbase.com/ubuntu/couchbase-ubuntu1004.list
wget -O- http://packages.couchbase.com/ubuntu/couchbase.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install libcouchbase2 libcouchbase-dev libcouchbase-dbg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment