Skip to content

Instantly share code, notes, and snippets.

@songpon
Created March 29, 2018 03:12
Show Gist options
  • Save songpon/05c93b9c2a8eff236830d25efd8ab62b to your computer and use it in GitHub Desktop.
Save songpon/05c93b9c2a8eff236830d25efd8ab62b to your computer and use it in GitHub Desktop.
ubuntu 16.04 install mongodb
sudo apt install apt-transport-https
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.6.list
sudo apt-get update
sudo apt-get install -y mongodb-org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment