MongoDB Installation
apt update && apt upgrade -yapt-get install curl apt-transport-https software-properties-common gnupg2 -ywget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add -echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main" | tee /etc/apt/sources.list.d/mongodb-org.listapt-get update -yapt-get install mongodb-org -ysystemctl start mongodsystemctl enable mongodmongouse adminLast updated