Skip to content

Commit 876d054

Browse files
committed
Revert "revert for ubuntu 18.04" for 4.0.1 release
This reverts commit 2b19c8f.
1 parent 6904554 commit 876d054

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

source/includes/fact-platform-x86_64.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
- |checkmark|
9696
- |checkmark|
9797
- |checkmark|
98+
* - Ubuntu 18.04
99+
- |checkmark|
100+
-
101+
-
102+
-
98103

99104
* - Windows Vista
100105
-

source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ action:
2424
2525
echo "deb [ arch=amd64,arm64,ppc64el,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
2626
27+
Ubuntu 18.04
28+
.. code-block:: sh
29+
30+
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
31+
2732
- pre: |
2833
If you'd like to install MongoDB Enterprise packages from a
2934
particular :ref:`release series <release-version-numbers>` such as

source/includes/steps-install-mongodb-on-ubuntu.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ action:
3131
.. code-block:: sh
3232
3333
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list
34+
35+
Ubuntu 18.04
36+
.. code-block:: sh
37+
38+
echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/{+package-branch+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+version+}.list
39+
3440
---
3541
title: Reload local package database.
3642
stepnum: 3

source/release-notes/4.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ Platform Support
774774

775775
- :doc:`Debian 9 "Stretch" </tutorial/install-mongodb-on-debian>`
776776

777+
- :doc:`Ubuntu 18.04 </tutorial/install-mongodb-on-ubuntu>`
778+
777779
- MongoDB 4.0 (Community) adds support for:
778780

779781
- s390x RHEL 6.x

0 commit comments

Comments
 (0)