@@ -28,33 +28,50 @@ content: |
28
28
29
29
.. tabs::
30
30
31
- .. tab:: Ubuntu 20.04 (Focal)
32
- :tabid: comm-focal
31
+ .. tab:: Ubuntu
32
+ :tabid: ubuntu
33
33
34
- .. code-block:: sh
34
+ .. tabs::
35
35
36
- echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
36
+ .. tab:: Ubuntu 22.04 (Jammy)
37
+ :tabid: comm-jammy
37
38
38
- .. tab:: Ubuntu 18.04 (Bionic)
39
- :tabid: comm-bionic
39
+ .. code-block:: sh
40
40
41
- .. code-block:: sh
41
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
42
42
43
- echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
43
+ .. tab:: Ubuntu 20.04 (Focal)
44
+ :tabid: comm-focal
44
45
45
- .. tab:: Debian 10 (Buster)
46
- :tabid: comm-deb-10
46
+ .. code-block:: sh
47
47
48
- .. code-block:: sh
48
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
49
49
50
- echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
50
+ .. tab:: Ubuntu 18.04 (Bionic)
51
+ :tabid: comm-bionic
51
52
52
- .. tab:: Debian 9 (Stretch)
53
- :tabid: comm-deb-9
53
+ .. code-block:: sh
54
54
55
- .. code-block:: sh
55
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
56
56
57
- echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
57
+ .. tab:: Debian
58
+ :tabid: debian
59
+
60
+ .. tabs::
61
+
62
+ .. tab:: Debian 10 (Buster)
63
+ :tabid: comm-deb-10
64
+
65
+ .. code-block:: sh
66
+
67
+ echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
68
+
69
+ .. tab:: Debian 9 (Stretch)
70
+ :tabid: comm-deb-9
71
+
72
+ .. code-block:: sh
73
+
74
+ echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
58
75
59
76
.. tab:: MongoDB Enterprise Edition
60
77
:tabid: mdb-comm
@@ -64,33 +81,50 @@ content: |
64
81
65
82
.. tabs::
66
83
67
- .. tab:: Ubuntu 20.04 (Focal)
68
- :tabid: ent-focal
84
+ .. tab:: Ubuntu
85
+ :tabid: ubuntu
86
+
87
+ .. tabs::
88
+
89
+ .. tab:: Ubuntu 22.04 (Jammy)
90
+ :tabid: ent-jammy
91
+
92
+ .. code-block:: sh
93
+
94
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu jammy/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
95
+
96
+ .. tab:: Ubuntu 20.04 (Focal)
97
+ :tabid: ent-focal
98
+
99
+ .. code-block:: sh
100
+
101
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
69
102
70
- .. code-block:: sh
103
+ .. tab:: Ubuntu 18.04 (Bionic)
104
+ :tabid: ent-bionic
71
105
72
- echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
106
+ .. code-block:: sh
73
107
74
- .. tab:: Ubuntu 18.04 (Bionic)
75
- :tabid: ent-bionic
108
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
76
109
77
- .. code-block:: sh
110
+ .. tab:: Debian
111
+ :tabid: debian
78
112
79
- echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
113
+ .. tabs::
80
114
81
- .. tab:: Debian 10 (Buster)
82
- :tabid: ent-deb-10
115
+ .. tab:: Debian 10 (Buster)
116
+ :tabid: ent-deb-10
83
117
84
- .. code-block:: sh
118
+ .. code-block:: sh
85
119
86
- echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
120
+ echo "deb http://repo.mongodb.com/apt/debian buster/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
87
121
88
- .. tab:: Debian 9 (Stretch)
89
- :tabid: ent-deb-9
122
+ .. tab:: Debian 9 (Stretch)
123
+ :tabid: ent-deb-9
90
124
91
- .. code-block:: sh
125
+ .. code-block:: sh
92
126
93
- echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
127
+ echo "deb http://repo.mongodb.com/apt/debian stretch/mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
94
128
95
129
---
96
130
stepnum : 3
0 commit comments