Install couchbase dev in Ubuntu 20.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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