Skip to content
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
3 changes: 2 additions & 1 deletion source/tutorial/install-mongodb-on-debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ The 10gen repository provides the ``mongodb-10gen`` package,
which contains the latest **stable** release. Additionally you can
:ref:`install previous releases <install-debian-version-pinning>` of MongoDB.

You cannot install this package concurrently with the ``mongodb`` package that
You cannot install this package concurrently with the ``mongodb``,
``mongodb-server``, or ``mongodb-clients`` packages that
your release of Debian may include.

Installing MongoDB
Expand Down
4 changes: 2 additions & 2 deletions source/tutorial/install-mongodb-on-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ The 10gen repository provides the ``mongodb-10gen`` package,
which contains the latest **stable** release. Additionally you can
:ref:`install previous releases <install-ubuntu-version-pinning>` of MongoDB.

You cannot install this package concurrently with the ``mongodb`` package
provided by Ubuntu.
You cannot install this package concurrently with the ``mongodb``,
``mongodb-server``, or ``mongodb-clients`` packages provided by Ubuntu.

Installing MongoDB
------------------
Expand Down