mongosh install properly

To install mongosh property on ubuntu 24.04, we need to

wget -qO- https://www.mongodb.org/static/pgp/server-8.0.asc | sudo tee /etc/apt/trusted.gpg.d/server-8.0.asc

Then run 

echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list

Next we will run 

sudo apt-get update

And then finally install it using 

sudo apt-get install -y mongodb-mongosh

To verify if it is running we run 

mongosh --version







Comments

Popular posts from this blog

vllm : Failed to infer device type

android studio kotlin source is null error

gemini cli getting file not defined error