How to Install Mongodb in Raspbian

Version 6.2 by Leon Poon on 2021/03/23 05:15

Run this in a console.

sudo apt-get install mongodb-server

After installation, the server would only have been started automatically after reboot. You can also start it immediately after install if you don't want to reboot.