File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ content: |
5
5
---
6
6
ref : fact-3.0-linux-package-repo-relnotes
7
7
content : |
8
- Non-Enterprise MongoDB Linux packages for 3.0 are in a new
8
+ Non-Enterprise MongoDB Linux packages for 3.0 and later are in a new
9
9
repository. Follow the appropriate :doc:`Linux installation
10
10
instructions </administration/install-on-linux/>` to install the 3.0
11
11
packages from the new location.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ action:
37
37
gpgcheck=0
38
38
enabled=1
39
39
post : |
40
- ``.repo`` files for each release can also be found {{distro_link}}.
40
+ You can find ``.repo`` files for each release {{distro_link}}.
41
41
Remember that odd-numbered minor release versions (e.g. 2.5) are development versions and are unsuitable
42
42
for production use.
43
43
replacement :
Original file line number Diff line number Diff line change @@ -9,27 +9,27 @@ action:
9
9
`MongoDB public GPG Key <https://docs.mongodb.org/10gen-gpg-key.asc>`_:
10
10
language : sh
11
11
code : |
12
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
12
+ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
13
13
---
14
14
title : Create a list file for MongoDB.
15
15
stepnum : 2
16
16
ref : sources-list
17
17
action :
18
18
pre : |
19
- Create the ``/etc/apt/sources.list.d/mongodb-org-3.0 .list`` list file using
19
+ Create the ``/etc/apt/sources.list.d/mongodb-org-3.2 .list`` list file using
20
20
the command appropriate for your version of Ubuntu:
21
21
22
22
Ubuntu 12.04
23
23
24
24
.. code-block:: sh
25
25
26
- echo "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0 .list
26
+ echo "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2 .list
27
27
28
28
Ubuntu 14.04
29
29
30
30
.. code-block:: sh
31
31
32
- echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0 .list
32
+ 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
33
33
---
34
34
title : Reload local package database.
35
35
stepnum : 3
You can’t perform that action at this time.
0 commit comments