Skip to content

Commit abe7a3e

Browse files
author
Dave
authored
DOCSP-16135 match server support matrix (#188)
* DOCSP-16135 match server support matrix * DOCSP-16135 match server support matrix * Review feedback * Review feedback * Review feedback * Review feedback
1 parent 344735f commit abe7a3e

File tree

1 file changed

+14
-28
lines changed

1 file changed

+14
-28
lines changed

source/install.txt

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@ Select the appropriate tab for your operating system:
5757
`Homebrew Website <https://docs.brew.sh/Installation>`__.
5858

5959
The Homebrew package manager is the recommended installation
60-
method for ``mongosh`` on macOS. To learn how to manually install
61-
``mongosh`` from an archive instead, see
60+
method for :binary:`mongosh` on macOS. To learn how to manually
61+
install :binary:`mongosh` from an archive instead, see
6262
:ref:`macos-install-archive`.
6363

6464
Considerations
6565
``````````````
6666

67-
``mongosh`` installed with Homebrew does not support
67+
:binary:`mongosh` installed with Homebrew does not support
6868
:manual:`automatic client-side field level encryption
6969
</core/security-automatic-client-side-encryption/>`.
7070

7171
Procedure
7272
`````````
7373

74-
To install ``mongosh`` with Homebrew:
74+
To install :binary:`mongosh` with Homebrew:
7575

7676
.. include:: /includes/steps/install-shell-macos-homebrew.rst
7777

@@ -80,35 +80,14 @@ Select the appropriate tab for your operating system:
8080
Install from ``.zip`` File
8181
~~~~~~~~~~~~~~~~~~~~~~~~~~
8282

83-
To manually install ``mongosh`` using a downloaded ``.zip``
83+
To manually install :binary:`mongosh` using a downloaded ``.zip``
8484
file:
8585

8686
.. include:: /includes/steps/install-shell-macos.rst
8787

8888
.. tab::
8989
:tabid: linux
9090

91-
Considerations for Ubuntu
92-
~~~~~~~~~~~~~~~~~~~~~~~~~
93-
94-
- ``mongosh`` is available as a
95-
:abbr:`PPA (Personal Package Archive)` for Ubuntu 20.04 (Focal)
96-
and Ubuntu 18.04 (Bionic).
97-
98-
- If you are using Ubuntu 20.04 (Focal) or Ubuntu 18.04
99-
(Bionic), use the procedure in the ``.deb`` tab.
100-
101-
- If you are using Ubuntu 16.04 (Xenial), you must
102-
obtain the ``mongosh`` tarball using the procedure in the
103-
``.tgz`` tab.
104-
105-
- The ``mongocryptd`` binary in the |mdb-shell| ``.deb``
106-
package does not work on Ubuntu 16.04 or older. On
107-
Ubuntu 16.04 and older systems, you must
108-
:manual:`install </reference/security-client-side-encryption-appendix/#installation>`
109-
the ``mongocryptd`` binary separately to use its
110-
functionality in the |mdb-shell|.
111-
11291
Procedure
11392
~~~~~~~~~
11493

@@ -117,7 +96,7 @@ Select the appropriate tab for your operating system:
11796

11897
- To install the ``.deb`` package on Ubuntu 20.04 (Focal), Ubuntu
11998
18.04 (Bionic), and Debian, click the ``.deb`` tab.
120-
99+
121100
- To install the ``.rpm`` package on
122101
:abbr:`RHEL (Red Hat Enterprise Linux)` or Amazon Linux 2,
123102
click the ``.rpm`` tab.
@@ -129,11 +108,18 @@ Select the appropriate tab for your operating system:
129108
.. tab:: .deb
130109
:tabid: deb
131110

111+
:binary:`mongosh` is available as a :abbr:`PPA (Personal
112+
Package Archive)` for Ubuntu 20.04 (Focal) and Ubuntu 18.04
113+
(Bionic).
114+
132115
.. include:: /includes/steps/install-shell-linux-deb.rst
133116

134117
.. tab:: .rpm
135118
:tabid: rpm
136119

120+
:binary:`mongosh` is available as ``yum`` package for
121+
:abbr:`RHEL Red Hat Enterprise Linux` and Amazon Linux 2.
122+
137123
.. include:: /includes/steps/install-shell-linux-rpm.rst
138124

139125
.. tab:: .tgz
@@ -144,5 +130,5 @@ Select the appropriate tab for your operating system:
144130
Next Steps
145131
----------
146132

147-
Once you successfully install ``mongosh``, learn how to
133+
Once you successfully install :binary:`mongosh`, learn how to
148134
:ref:`connect to your MongoDB deployment <mdb-shell-connect>`.

0 commit comments

Comments
 (0)