Skip to content

Commit af37b92

Browse files
authored
add Noble Numbat (#370)
1 parent 504ffba commit af37b92

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

source/includes/steps-install-shell-linux-deb.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ content: |
4747
.. tabs::
4848
4949
tabs:
50+
- id: noble-numbat
51+
name: Ubuntu 24.04 (Noble Numbat)
52+
content: |
53+
54+
The following instruction is for **Ubuntu 24.04 (Noble Numbat)**.
55+
For other Ubuntu releases, click the appropriate tab.
56+
57+
Create the
58+
``/etc/apt/sources.list.d/mongodb-org-{+mdb-version+}.list``
59+
file for Ubuntu 24.04 (Noble Numbat):
60+
61+
.. code-block:: sh
62+
63+
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-8.0.list
64+
5065
- id: jammy
5166
name: Ubuntu 22.04 (Jammy)
5267
content: |

source/install.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Select the appropriate tab for your operating system:
162162
:binary:`mongosh` is available as a :abbr:`PPA (Personal
163163
Package Archive)` for the following platforms:
164164

165+
- Ubuntu 24.04 (Noble Numbat)
165166
- Ubuntu 22.04 (Jammy)
166167
- Ubuntu 20.04 (Focal)
167168
- Ubuntu 18.04 (Bionic)

0 commit comments

Comments
 (0)