@@ -57,21 +57,21 @@ Select the appropriate tab for your operating system:
57
57
`Homebrew Website <https://docs.brew.sh/Installation>`__.
58
58
59
59
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
62
62
:ref:`macos-install-archive`.
63
63
64
64
Considerations
65
65
``````````````
66
66
67
- `` mongosh` ` installed with Homebrew does not support
67
+ :binary:` mongosh` installed with Homebrew does not support
68
68
:manual:`automatic client-side field level encryption
69
69
</core/security-automatic-client-side-encryption/>`.
70
70
71
71
Procedure
72
72
`````````
73
73
74
- To install `` mongosh` ` with Homebrew:
74
+ To install :binary:` mongosh` with Homebrew:
75
75
76
76
.. include:: /includes/steps/install-shell-macos-homebrew.rst
77
77
@@ -80,35 +80,14 @@ Select the appropriate tab for your operating system:
80
80
Install from ``.zip`` File
81
81
~~~~~~~~~~~~~~~~~~~~~~~~~~
82
82
83
- To manually install `` mongosh` ` using a downloaded ``.zip``
83
+ To manually install :binary:` mongosh` using a downloaded ``.zip``
84
84
file:
85
85
86
86
.. include:: /includes/steps/install-shell-macos.rst
87
87
88
88
.. tab::
89
89
:tabid: linux
90
90
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
-
112
91
Procedure
113
92
~~~~~~~~~
114
93
@@ -117,7 +96,7 @@ Select the appropriate tab for your operating system:
117
96
118
97
- To install the ``.deb`` package on Ubuntu 20.04 (Focal), Ubuntu
119
98
18.04 (Bionic), and Debian, click the ``.deb`` tab.
120
-
99
+
121
100
- To install the ``.rpm`` package on
122
101
:abbr:`RHEL (Red Hat Enterprise Linux)` or Amazon Linux 2,
123
102
click the ``.rpm`` tab.
@@ -129,11 +108,18 @@ Select the appropriate tab for your operating system:
129
108
.. tab:: .deb
130
109
:tabid: deb
131
110
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
+
132
115
.. include:: /includes/steps/install-shell-linux-deb.rst
133
116
134
117
.. tab:: .rpm
135
118
:tabid: rpm
136
119
120
+ :binary:`mongosh` is available as ``yum`` package for
121
+ :abbr:`RHEL Red Hat Enterprise Linux` and Amazon Linux 2.
122
+
137
123
.. include:: /includes/steps/install-shell-linux-rpm.rst
138
124
139
125
.. tab:: .tgz
@@ -144,5 +130,5 @@ Select the appropriate tab for your operating system:
144
130
Next Steps
145
131
----------
146
132
147
- Once you successfully install `` mongosh` `, learn how to
133
+ Once you successfully install :binary:` mongosh`, learn how to
148
134
:ref:`connect to your MongoDB deployment <mdb-shell-connect>`.
0 commit comments