how to install mongodb in manjaro 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