File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -161,20 +161,29 @@ To download and install |compass|, select your operating system:
161
161
.. tab:: Debian
162
162
:tabid: debian
163
163
164
- 1. Download |compass|
164
+ 1. Download |compass|.
165
165
166
166
.. code-block:: shell
167
167
168
168
wget https://downloads.mongodb.com/compass/mongodb-compass_{+current-version+}_amd64.deb
169
169
170
170
171
- #. Install |compass|
171
+ #. Install |compass|.
172
+
173
+ .. code-block:: shell
174
+
175
+ sudo apt install ./mongodb-compass_{+current-version+}_amd64.deb
176
+
177
+ If your Linux distribution does not support using ``apt`` for
178
+ installing local ``.deb`` files, run the following lines
179
+ to install |compass|:
172
180
173
181
.. code-block:: shell
174
182
175
183
sudo dpkg -i mongodb-compass_{+current-version+}_amd64.deb
184
+ sudo apt-get install -f # This installs required compass dependencies
176
185
177
- #. Start |compass|
186
+ #. Start |compass|.
178
187
179
188
.. code-block:: sh
180
189
@@ -183,20 +192,20 @@ To download and install |compass|, select your operating system:
183
192
.. tab:: RHEL
184
193
:tabid: rhel
185
194
186
- 1. Download |compass|
195
+ 1. Download |compass|.
187
196
188
197
.. code-block:: shell
189
198
190
199
wget https://downloads.mongodb.com/compass/mongodb-compass-{+current-version+}.x86_64.rpm
191
200
192
201
193
- #. Install |compass|
202
+ #. Install |compass|.
194
203
195
204
.. code-block:: shell
196
205
197
206
sudo yum install mongodb-compass-{+current-version+}.x86_64.rpm
198
207
199
- #. Start |compass|
208
+ #. Start |compass|.
200
209
201
210
.. code-block:: sh
202
211
You can’t perform that action at this time.
0 commit comments