@@ -16,8 +16,8 @@ Install the {+atlas-cli+} to quickly provision and manage |service|
1616Install the {+atlas-cli+}
1717-------------------------
1818
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+}.
2121
2222To check whether your operating system is compatible with the
2323{+atlas-cli+}, see :ref:`compatibility-atlas-cli`.
@@ -244,21 +244,21 @@ Follow These Steps
244244
245245 .. code-block:: sh
246246
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
248248
249249 .. tab:: Ubuntu 20.04 (Focal)
250250 :tabid: comm-focal
251251
252252 .. code-block:: sh
253253
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
255255
256256 .. tab:: Ubuntu 18.04 (Bionic)
257257 :tabid: comm-bionic
258258
259259 .. code-block:: sh
260260
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
262262
263263 .. tab:: Debian
264264 :tabid: debian
@@ -271,19 +271,19 @@ Follow These Steps
271271
272272 .. tabs::
273273
274- .. tab:: Debian 10 (Buster )
275- :tabid: comm-deb-10
274+ .. tab:: Debian 11 (Bullseye )
275+ :tabid: comm-deb-11
276276
277277 .. code-block:: sh
278278
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
280280
281- .. tab:: Debian 9 (Stretch )
282- :tabid: comm-deb-9
281+ .. tab:: Debian 10 (Buster )
282+ :tabid: comm-deb-10
283283
284284 .. code-block:: sh
285285
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
287287
288288 .. tab:: MongoDB Enterprise Edition
289289 :tabid: mdb-ent
@@ -306,21 +306,21 @@ Follow These Steps
306306
307307 .. code-block:: sh
308308
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
310310
311311 .. tab:: Ubuntu 20.04 (Focal)
312312 :tabid: ent-focal
313313
314314 .. code-block:: sh
315315
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
317317
318318 .. tab:: Ubuntu 18.04 (Bionic)
319319 :tabid: ent-bionic
320320
321321 .. code-block:: sh
322322
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
324324
325325 .. tab:: Debian
326326 :tabid: debian
@@ -331,19 +331,19 @@ Follow These Steps
331331
332332 .. tabs::
333333
334- .. tab:: Debian 10 (Buster )
335- :tabid: ent-deb-10
334+ .. tab:: Debian 11 (Bullseye )
335+ :tabid: ent-deb-11
336336
337337 .. code-block:: sh
338338
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
340340
341- .. tab:: Debian 9 (Stretch )
342- :tabid: ent-deb-9
341+ .. tab:: Debian 10 (Buster )
342+ :tabid: ent-deb-10
343343
344344 .. code-block:: sh
345345
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
347347
348348 .. step:: Refresh the package database.
349349
0 commit comments