@@ -16,8 +16,8 @@ Install the {+atlas-cli+} to quickly provision and manage |service|
16
16
Install the {+atlas-cli+}
17
17
-------------------------
18
18
19
- Select an installation method below and follow the steps to install the
20
- {+atlas-cli+}.
19
+ Select one of the following installation methods and follow the steps to
20
+ install the {+atlas-cli+}.
21
21
22
22
To check whether your operating system is compatible with the
23
23
{+atlas-cli+}, see :ref:`compatibility-atlas-cli`.
@@ -244,21 +244,21 @@ Follow These Steps
244
244
245
245
.. code-block:: sh
246
246
247
- 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
247
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu/dists/ jammy/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
248
248
249
249
.. tab:: Ubuntu 20.04 (Focal)
250
250
:tabid: comm-focal
251
251
252
252
.. code-block:: sh
253
253
254
- 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
254
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu/dists/ focal/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
255
255
256
256
.. tab:: Ubuntu 18.04 (Bionic)
257
257
:tabid: comm-bionic
258
258
259
259
.. code-block:: sh
260
260
261
- 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
261
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu/dists/ bionic/mongodb-org/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
262
262
263
263
.. tab:: Debian
264
264
:tabid: debian
@@ -271,19 +271,19 @@ Follow These Steps
271
271
272
272
.. tabs::
273
273
274
- .. tab:: Debian 10 (Buster )
275
- :tabid: comm-deb-10
274
+ .. tab:: Debian 11 (Bullseye )
275
+ :tabid: comm-deb-11
276
276
277
277
.. code-block:: sh
278
278
279
- echo "deb http://repo.mongodb.org/apt/debian buster /mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
279
+ echo "deb http://repo.mongodb.org/apt/debian/dists/bullseye /mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
280
280
281
- .. tab:: Debian 9 (Stretch )
282
- :tabid: comm-deb-9
281
+ .. tab:: Debian 10 (Buster )
282
+ :tabid: comm-deb-10
283
283
284
284
.. code-block:: sh
285
285
286
- echo "deb http://repo.mongodb.org/apt/debian stretch /mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
286
+ echo "deb http://repo.mongodb.org/apt/debian/dists/buster /mongodb-org/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-org-{+mdbVersion+}.list
287
287
288
288
.. tab:: MongoDB Enterprise Edition
289
289
:tabid: mdb-ent
@@ -306,21 +306,21 @@ Follow These Steps
306
306
307
307
.. code-block:: sh
308
308
309
- 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
309
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu/dists/ jammy/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
310
310
311
311
.. tab:: Ubuntu 20.04 (Focal)
312
312
:tabid: ent-focal
313
313
314
314
.. code-block:: sh
315
315
316
- 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
316
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu/dists/ focal/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
317
317
318
318
.. tab:: Ubuntu 18.04 (Bionic)
319
319
:tabid: ent-bionic
320
320
321
321
.. code-block:: sh
322
322
323
- 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
323
+ echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.com/apt/ubuntu/dists/ bionic/mongodb-enterprise/{+mdbVersion+} multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
324
324
325
325
.. tab:: Debian
326
326
:tabid: debian
@@ -331,19 +331,19 @@ Follow These Steps
331
331
332
332
.. tabs::
333
333
334
- .. tab:: Debian 10 (Buster )
335
- :tabid: ent-deb-10
334
+ .. tab:: Debian 11 (Bullseye )
335
+ :tabid: ent-deb-11
336
336
337
337
.. code-block:: sh
338
338
339
- echo "deb http://repo.mongodb.com/apt/debian buster /mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
339
+ echo "deb http://repo.mongodb.com/apt/dists/ debian/dists/bullseye /mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
340
340
341
- .. tab:: Debian 9 (Stretch )
342
- :tabid: ent-deb-9
341
+ .. tab:: Debian 10 (Buster )
342
+ :tabid: ent-deb-10
343
343
344
344
.. code-block:: sh
345
345
346
- echo "deb http://repo.mongodb.com/apt/debian stretch /mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
346
+ echo "deb http://repo.mongodb.com/apt/debian/dists/buster /mongodb-enterprise/{+mdbVersion+} main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
347
347
348
348
.. step:: Refresh the package database.
349
349
0 commit comments