How to Install MongoDB 7 on ubuntu 22.04 using Terminal (2024)

Published: 23 March 2024
on channel: The Code City
1,221
10

In this video, I'll show you how you can install mongodb 7 on Ubuntu 22.04.
MongoDB is classified as source-available noSQL database.
In this video, we will install mongodb in ubuntu 22.04 using apt.

Commands Involved:
sudo apt-get install gnupg curl

curl -fsSL https://www.mongodb.org/static/pgp/se... | \
sudo gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \
--dearmor

echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list

☕Buy me a coffee: https://www.buymeacoffee.com/thecodecity
🌐Connect with me:
- TikTok: tiktok.com/@thecodecity
- Twitter:   / thecodecity  
- Instagram:   / thecodecity  
- Website: https://thecodecity.com

By the end of this video, you'll have install mongodb 7 on ubuntu 22.04.
If you have any problems, let know in the comments below.

#mongodb #ubuntu22 #mongodbtutorial


Watch video How to Install MongoDB 7 on ubuntu 22.04 using Terminal (2024) online without registration, duration hours minute second in high quality. This video was added by user The Code City 23 March 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,221 once and liked it 10 people.