Answers for "linux install mongodb client"

1

install mongodb on manjaro linux

pamac install mongodb-bin
sudo systemctl enable --now mongodb
sudo systemctl status mongodb
Posted by: Guest on February-07-2021
0

how to install mongodb in ubuntu

wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
Posted by: Guest on January-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language