Skip to content

Instantly share code, notes, and snippets.

@kangpaidjo
Last active January 22, 2022 16:26
Show Gist options
  • Save kangpaidjo/158e0eb7c422271667b912aabc9100bb to your computer and use it in GitHub Desktop.
Save kangpaidjo/158e0eb7c422271667b912aabc9100bb to your computer and use it in GitHub Desktop.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4b7c549a058f8b6b
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.2.list
sudo apt update
sudo apt -y install mongodb-org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment