Skip to content

Commit d9cebaa

Browse files
authored
DOCSP-40655 Update Linux .dep installation instructions (#639)
* DOCSP-40655 Update Linux .dep installation instructions to modern approaches * DOCSP-40655 Update Linux .dep installation instructions to modern approaches * DOCSP-40655 Update Linux .dep installation instructions to modern approaches * DOCSP-40655 copy edits * empty * DOCSP-40655 copy edits * DOCSP-40655 copy edits * DOCSP-40655 fixing build * DOCSP-40655 tech edits:
1 parent 77798d6 commit d9cebaa

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

source/install.txt

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,20 +161,29 @@ To download and install |compass|, select your operating system:
161161
.. tab:: Debian
162162
:tabid: debian
163163

164-
1. Download |compass|
164+
1. Download |compass|.
165165

166166
.. code-block:: shell
167167

168168
wget https://downloads.mongodb.com/compass/mongodb-compass_{+current-version+}_amd64.deb
169169

170170

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|:
172180

173181
.. code-block:: shell
174182

175183
sudo dpkg -i mongodb-compass_{+current-version+}_amd64.deb
184+
sudo apt-get install -f # This installs required compass dependencies
176185

177-
#. Start |compass|
186+
#. Start |compass|.
178187

179188
.. code-block:: sh
180189

@@ -183,20 +192,20 @@ To download and install |compass|, select your operating system:
183192
.. tab:: RHEL
184193
:tabid: rhel
185194

186-
1. Download |compass|
195+
1. Download |compass|.
187196

188197
.. code-block:: shell
189198

190199
wget https://downloads.mongodb.com/compass/mongodb-compass-{+current-version+}.x86_64.rpm
191200

192201

193-
#. Install |compass|
202+
#. Install |compass|.
194203

195204
.. code-block:: shell
196205

197206
sudo yum install mongodb-compass-{+current-version+}.x86_64.rpm
198207

199-
#. Start |compass|
208+
#. Start |compass|.
200209

201210
.. code-block:: sh
202211

0 commit comments

Comments
 (0)