@@ -11,21 +11,39 @@ title: "Download the ``mongosh`` installation archive for your
1111 operating system."
1212ref : download-archive
1313level : 4
14+ content : |
15+
16+ Download the appropriate version of ``mongosh`` for your operating
17+ system. MongoDB also provides versions of ``mongosh`` that use the
18+ system's OpenSSL installation. For details, see the `MongoDB Download
19+ Center <https://www.mongodb.com/try/download/shell?jmp=docs>`__.
1420 ---
1521title : " Extract the files from the downloaded archive."
1622ref : extract-archive
1723level : 4
1824content : |
1925
20- Run the following command from the directory containing the
21- ``mongosh`` ``.tgz`` package:
26+ Extract the files from the downloaded archive. For example, run the
27+ following command from the directory containing the downloaded
28+ ``.tgz`` package:
2229
2330 .. code-block:: sh
2431
2532 tar -zxvf mongosh-{+version+}-linux-x64.tgz
2633
34+ You will need to provide your exact ``.tgz`` package in the command,
35+ which may vary depending on the package version you downloaded. For
36+ example, the ``mongosh`` OpenSSL 3 package is:
37+
38+ .. code-block:: sh
39+
40+ mongosh-{+version+}-linux-x64-openssl3.tgz
41+
2742 The extracted ``bin`` folder contains two binaries: ``mongosh`` and
2843 ``mongosh_csfle_v1.so``.
44+
45+ For ``mongosh`` packages that support OpenSSL, you will see a
46+ different ``.so`` file. For example, ``mongosh_crypt_v1.so``.
2947
3048 If your web browser automatically extracts the archive as part of the
3149 download or you extract the archive without the ``tar`` command,
@@ -53,6 +71,10 @@ content: |
5371 sudo cp mongosh /usr/local/bin/
5472 sudo cp mongosh_csfle_v1.so /usr/local/lib/
5573
74+ For ``mongosh`` packages that support OpenSSL, you will see a
75+ different ``.so`` file. For example, ``mongosh_crypt_v1.so``. Use
76+ that file instead in the previous command.
77+
5678 - Create symbolic links to the ``MongoDB Shell``. Switch to the
5779 directory where you extracted the files from the ``.tgz`` archive.
5880 Run the following command to create links to a directory already
0 commit comments