Skip to content

DOCS-6827: Clarify that tarball installation is dispreferred #2597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/administration/install-on-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ various Linux systems.
.. note::
.. include:: /includes/fact-deprecated-32bit.rst

.. _recommended-linux-install:

Recommended
-----------

Expand Down
2 changes: 1 addition & 1 deletion source/includes/toc-installation-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ name: Install on Debian
description: Install MongoDB Community Edition on Debian systems using ``.deb`` packages.
---
file: /tutorial/install-mongodb-on-linux
name: Install MongoDB From Tarball
name: Install From Tarball
description: Install MongoDB Community Edition on other Linux systems from MongoDB archives.
...
5 changes: 5 additions & 0 deletions source/tutorial/install-mongodb-on-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Compiled versions of MongoDB Community Edition for Linux provide a simple
option for installing MongoDB Community Edition for other Linux systems without
supported packages.

.. note::
Do not use this installation method unless you have a specific need
that the available :ref:`Linux Packages <recommended-linux-install>`
do not address.

Install MongoDB Community Edition
---------------------------------

Expand Down