MongoDB#Install in Ubuntu

This article notes the steps to install Mongodb on Ubuntu. Setup in Ubuntu install gnupg Install gnupg using the following command. sudo apt-get install gnupg GPG Key Import Import public GPG Key. curl -fsSL https://pgp.mongodb.com/server-6.0.asc | \  sudo gpg -o /usr/share/keyrings/mongodb-server-6.0.gpg \  –dearmor Create a list file for MongoDB The command to create a List File varies depending on the Ubuntu Version. Check the commands from your OS Version in … Continue reading MongoDB#Install in Ubuntu