How to Install MongoDB on Ubuntu 22.04 Jammy Jellyfish | MongoDB on Ubuntu 22.04 Installation Guide



How to Install MongoDB on Ubuntu 22.04 Jammy Jellyfish | MongoDB on Ubuntu 22.04 Installation Guide

How to Install MongoDB on Ubuntu 22.04 Jammy Jellyfish | MongoDB on Ubuntu 22.04 Installation Guide

How to Install MongoDB on Ubuntu 22.04 Jammy Jellyfish | MongoDB on Ubuntu 22.04 Installation Guide for MongoDB on Ubuntu 22.04 Jammy Jellyfish MongoDB Installation Guide for Ubuntu 22.04 MongoDB 6.0.

Terminal commands:
1. sudo apt update
2. sudo apt install wget curl gnupg2 software-properties-common apt-transport-https ca-certificates lsb-release
3. curl -fsSL https://www.mongodb.org/static/pgp/server-6.0.asc|sudo gpg –dearmor -o /etc/apt/trusted.gpg.d/mongodb-6.gpg
4. echo “deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/6.0 multiverse” | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
5. sudo apt install mongodb-org
6. sudo systemctl enable –now mongod
7. mongod –version

Comments are closed.