Ubuntu

How to Install MongoDB on Ubuntu 16.04

In this tutorial we will learn how to install and configure MongoDB, which is the most popular NoSql Database Server.

How to Install MongoDB on Ubuntu 16.04

It is very easy to Install MongoDB on Ubuntu 16.04 with apt repository provides by the MongoDB.

First, we install the Public Key for the apt repository:

sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 0C49F3730359A14518585931BC711F9BA15703C6

Then, we create the apt source file:

echo “deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse” | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list

Next, install MongoDB on Ubuntu 16.04 with apt-get command:

sudo apt-get update
sudo apt-get install mongodb-org

To start MongoDB on Ubuntu Type:

Sponsored
sudo systemctl start mongod.service

To enable MongoDB to start when system restart, Type:

Sponsored
systemctl enable mongod.service

Restart MongoDB Server:

sudo systemctl restart mongod.service

The MongoDB Shell is the command line interface to manage MongoDB Server. To open MongoDB shell, Type:

mongo

Ubuntu Server Admin

Recent Posts

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

24 hours ago

Revolutionizing Web Page Creation: How Structured Content is Slashing Design and Development Time

Co-authored with Julie Muzina A year ago, during our Madrid Engineering Sprint, we challenged ourselves…

2 days ago

Ubuntu Weekly Newsletter Issue 897

Welcome to the Ubuntu Weekly Newsletter, Issue 897 for the week of June 15 –…

3 days ago

Ubuntu Core is now available on MediaTek’s Genio platform

This is the first optimized Ubuntu Core image available on MediaTek’s Genio 350, 510, 700,…

3 days ago

Effective infrastructure automation to reduce data center costs

Data centers are expensive: automation is the solution Today, managing a data center requires striking…

6 days ago

What are our partners building for device makers? Explore the highlights from Ubuntu IoT Day Singapore

Our first Ubuntu IoT Day in Southeast Asia – and our first ever event in…

7 days ago