mongod

The MongoDB database server. More information: <https://docs.mongodb.com/manual/reference/program/mongod>.

Debian Debian
RUN apt-get update && \ apt-get install -y mongodb-server
Ubuntu
RUN apt-get update && \ apt-get install -y mongodb-server
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mongodb-server
Fedora
RUN dnf install -y mongodb-server
Raspbian
RUN apt-get update && \ apt-get install -y mongodb-server
click the source code to copy install mongod on any operating system with command-not-found.com