install mongo-shell
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 | |
echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list | |
sudo apt update | |
sudo apt install -y --allow-unauthenticated mongodb-org-shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment