how to run mongodb in manjaro linux code example
Example: install mongodb on manjaro linux
pamac install mongodb-bin
sudo systemctl enable --now mongodb
sudo systemctl status mongodb
pamac install mongodb-bin
sudo systemctl enable --now mongodb
sudo systemctl status mongodb