- Install MongoDB >
- Install MongoDB Community Edition >
- Install MongoDB Community Edition on Linux
Install MongoDB Community Edition on Linux¶
On this page
These documents provide instructions to install MongoDB Community Edition for various Linux systems.
Recommended¶
For the best installation experience, MongoDB provides packages for popular Linux distributions. These packages, which support specific platforms and provide improved performance and TLS/SSL support, are the preferred way to run MongoDB. The following guides detail the installation process for these systems:
- Install on Red Hat
- Install MongoDB Community Edition on Red Hat Enterprise and
related Linux systems using
.rpm
packages. - Install on SUSE
- Install MongoDB Community Edition on SUSE Linux systems using
.rpm
packages. - Install on Amazon
- Install MongoDB Community Edition on Amazon Linux AMI systems
using
.rpm
packages. - Install on Ubuntu
- Install MongoDB Community Edition on Ubuntu Linux systems using
.deb
packages. - Install on Debian
- Install MongoDB Community Edition on Debian systems using
.deb
packages.
For systems without supported packages, refer to the Manual Installation tutorial.
Manual Installation¶
For Linux systems without supported packages, MongoDB provides a generic Linux release. These versions of MongoDB don’t include TLS/SSL, and may not perform as well as the targeted packages, but are compatible on most contemporary Linux systems. See the following guides for installation:
- Install From Tarball
- Install MongoDB Community Edition on other Linux systems from MongoDB archives.