instalar mongodb ubuntu code example
Example 1: mongodb install in ubuntu
sudo apt update
sudo apt install -y mongodb
sudo systemctl status mongodb
or service mongodb status
sudo systemctl start mongod
or service mongodb start
sudo systemctl stop mongod or
service mongodb stop
Example 2: start mongodb service ubuntu
sudo systemctl start mongod
sudo systemctl stop mongod
Example 3: mongo install linux
sudo apt install mongodb-clients
Example 4: how to install mongodb database in ubuntu version
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
Example 5: how to install mongodb database in ubuntu version
> sudo apt-get update
Example 6: how to install mongodb database in ubuntu version
> sudo apt-key adv --keyserver hkp: