Skip to content

DOCS-8086: Ubuntu 16.04 #2645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/includes/fact-platforms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@
- |checkmark|
-
-
* - Ubuntu 16.04
- |checkmark|
-
-
-
-
* - Microsoft Azure
- |checkmark|
- |checkmark|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ action:

echo "deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/stable multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list

Ubuntu 16.04

.. code-block:: sh

echo "deb http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/stable multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list

- pre: |
If you'd like to install MongoDB Enterprise packages from a
particular :ref:`release series <release-version-numbers>`, such as
Expand Down
6 changes: 6 additions & 0 deletions source/includes/steps-install-mongodb-on-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ action:
.. code-block:: sh

echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list

Ubuntu 16.04

.. code-block:: sh

echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
---
title: Reload local package database.
stepnum: 3
Expand Down