Skip to content

Instantly share code, notes, and snippets.

@neilcatalan
Last active April 14, 2022 19:04
Show Gist options
  • Select an option

  • Save neilcatalan/fb82ea3ce55d69b67c7183b23a23e943 to your computer and use it in GitHub Desktop.

Select an option

Save neilcatalan/fb82ea3ce55d69b67c7183b23a23e943 to your computer and use it in GitHub Desktop.
Installing Mongo Shell in Linux box
download mongosh v0.5.2 tarball then untar to /user/local/bin
$ wget -O - https://downloads.mongodb.com/compass/mongosh-0.5.2-linux.tgz | tar -C /usr/local/bin -xzf -
download mongosh v1.3.1 tarball then untar to /user/local/bin
$ wget -O - https://downloads.mongodb.com/compass/mongosh-1.3.1-linux-x64.tgz | tar --strip-components 2 -C /usr/local/bin -xzf -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment