@@ -31,30 +31,41 @@ content: |
31
31
32
32
You can also download the ``.rpm`` files directly from the
33
33
`MongoDB repository <https://repo.mongodb.org/yum/redhat/>`__.
34
- Downloads are organized by Red Hat or CentOS version (e.g.
35
- ``8``), then by MongoDB
36
- :manual:`release version </reference/versioning>` (e.g.
37
- ``{+mdb-version+}``), then by architecture (e.g. ``x86_64``).
34
+ Downloads are organized in the following order:
35
+
36
+ 1. Red Hat or CentOS version (for example, ``8``)
37
+
38
+ #. MongoDB edition (for example, ``mongodb-enterprise``)
39
+
40
+ #. MongoDB :manual:`release version </reference/versioning>`
41
+ (for example, ``{+mdb-version+}``)
42
+
43
+ #. Architecture (for example, ``x86_64``)
38
44
39
45
- id: aws2-tab
40
- name: Amazon Linux 2
46
+ name: Amazon Linux
41
47
content: |
42
48
43
49
.. code-block:: shell
44
50
45
- [mongodb-org-5.0 ]
51
+ [mongodb-org-{+mdb-version+} ]
46
52
name=MongoDB Repository
47
- baseurl=https://repo.mongodb.org/yum/amazon/2 /mongodb-org/5.0/x86_64 /
53
+ baseurl=https://repo.mongodb.org/yum/amazon/$releasever /mongodb-org/{+mdb-version+}/$basearch /
48
54
gpgcheck=1
49
55
enabled=1
50
- gpgkey=https://www.mongodb.org/static/pgp/server-5.0 .asc
56
+ gpgkey=https://www.mongodb.org/static/pgp/server-{+pgp-version+} .asc
51
57
52
58
You can also download the ``.rpm`` files directly from the
53
- `MongoDB repository <https://repo.mongodb.org/yum/amazon/>`__.
54
- Downloads are organized by Amazon Linux version (e.g.\
55
- ``2``), then by MongoDB
56
- :manual:`release version </reference/versioning>` (e.g.
57
- ``{+mdb-version+}``), then architecture (e.g. ``x86_64``).
59
+ `MongoDB repository
60
+ <https://repo.mongodb.org/yum/amazon/>`__. Downloads are
61
+ organized in the following order:
62
+
63
+ 1. Amazon Linux version (for example, ``2``)
64
+
65
+ #. MongoDB :manual:`release version </reference/versioning>`
66
+ (for example, ``{+mdb-version+}``)
67
+
68
+ #. Architecture (for example, ``x86_64``)
58
69
59
70
---
60
71
title : Install ``mongosh``.
0 commit comments