diff --git a/source/tutorial/install-mongodb-on-debian.txt b/source/tutorial/install-mongodb-on-debian.txt index c77665fdac1..108fb6bfaca 100644 --- a/source/tutorial/install-mongodb-on-debian.txt +++ b/source/tutorial/install-mongodb-on-debian.txt @@ -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 ` 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 diff --git a/source/tutorial/install-mongodb-on-ubuntu.txt b/source/tutorial/install-mongodb-on-ubuntu.txt index 6fbe4c639b5..d89ff6d55da 100644 --- a/source/tutorial/install-mongodb-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-on-ubuntu.txt @@ -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 ` 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 ------------------