From b1df3804eef1217b78cf1626e99192a76c2e803d Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Mon, 15 Apr 2013 17:32:16 -0300 Subject: [PATCH 1/3] SERVER-7589 Clarify conflict with Ubuntu packages --- source/tutorial/install-mongodb-on-ubuntu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/install-mongodb-on-ubuntu.txt b/source/tutorial/install-mongodb-on-ubuntu.txt index 6fbe4c639b5..74c16fdd007 100644 --- a/source/tutorial/install-mongodb-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-on-ubuntu.txt @@ -46,7 +46,7 @@ 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 +You cannot install this package concurrently with the ``mongodb`` or ``mongodb-clients`` packages provided by Ubuntu. Installing MongoDB From 7d78856a9814f76fd178f8e957a15644f7b879be Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Mon, 15 Apr 2013 16:38:06 -0400 Subject: [PATCH 2/3] SERVER-7589 Add mongodb-server package as well --- source/tutorial/install-mongodb-on-ubuntu.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/install-mongodb-on-ubuntu.txt b/source/tutorial/install-mongodb-on-ubuntu.txt index 74c16fdd007..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`` or ``mongodb-clients`` packages -provided by Ubuntu. +You cannot install this package concurrently with the ``mongodb``, +``mongodb-server``, or ``mongodb-clients`` packages provided by Ubuntu. Installing MongoDB ------------------ From 2cb262fcd13e3eb97d41dfee529e2ebe9ec421e9 Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Mon, 15 Apr 2013 16:41:02 -0400 Subject: [PATCH 3/3] SERVER-7589 Clarify conflicting packages for Debian installation instructions --- source/tutorial/install-mongodb-on-debian.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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