Mongo db installation 1.download mongodb community server from mongodb website 2. In terminal go to path where file in downloaded and run the command sudo dpkg -i mongodb-org-server_6.0.10_amd64.deb 3.Check for status sudo systemctl status mongod 4. if inactive ,make it active sudo systemctl start mongod 5.Download Mongodb shell community version 6.Run sudo dpkg -i mongodb-mongosh_1.10.6_amd64.deb to install. 7.Run mongosh to check installation . 8.Download mongo db Compass gui if needed in deb package 9.install it with sudo dpkg -i mongodb-compass_1.39.4_amd64.deb