How to Install MongoDB on Ubuntu 20.04 – Linux (hindi /urdu) || mongodb kaise install kare ubuntu pe



How to Install MongoDB on Ubuntu 20.04 – Linux (hindi /urdu) || mongodb kaise install kare ubuntu pe

How to Install MongoDB on Ubuntu 20.04 - Linux (hindi /urdu) || mongodb kaise install kare ubuntu pe

How to Install MongoDB on Ubuntu 20.04 – Linux (hindi /urdu) || mongodb kaise install kare ubuntu pe

step 1:- lsb_release -a (1st run this command (lsb_release -a) and check release)
step 2:- download mongodb comunity server from this url = www.mongodb.com/try/download/community and select platfrom from showing in step 1 (lsb_release -a) and check release
step 3:- sudo dpkg -i mongodb-org-server_7.0.0_amd64.deb (downloaded file)
step 4:- check status (command = sudo systemctl status mongod)
step 5:- start mongodb (command = sudo systemctl start mongod)
step 6:- again check status active or not (command = sudo systemctl status mongod)
step 7:- download mongodb shell from this url = www.mongodb.com/try/download/shell
step 8:- install shell (command = sudo dpkg -i mongodb-mongosh_1.10.5_amd64.deb)
step 9:- download mongodb compass from this url = www.mongodb.com/try/download/compass
step 10:- install compass (command = sudo dpkg -i mongodb-compass_1.39.1_amd64.deb)

Video link

Instalation And Download = https://www.youtube.com/watch?v=L7v0HcUtBd0&t=2s
Variable And Array = https://www.youtube.com/watch?v=sesmvpxXFVU&t=1s
What is defer = https://www.youtube.com/watch?v=uXGvQGWKo7k&t=21s
Database Connection = https://www.youtube.com/watch?v=ZnI42r29-lk&t=7s
Pointer = https://www.youtube.com/watch?v=b2gsQDFwM58