diff --git a/source/tutorial/install-mongodb-on-ubuntu.txt b/source/tutorial/install-mongodb-on-ubuntu.txt index 379455eaef5..e2c9040c47d 100644 --- a/source/tutorial/install-mongodb-on-ubuntu.txt +++ b/source/tutorial/install-mongodb-on-ubuntu.txt @@ -79,6 +79,19 @@ Now issue the following command to reload your repository: .. _install-ubuntu-version-pinning: +Install Packages +~~~~~~~~~~~~~~~~ + +Issue the following command to install the latest stable version of +MongoDB: + +.. code-block:: sh + + sudo apt-get install mongodb-10gen + +When this command completes, you have successfully installed MongoDB! +Continue for configuration and start-up suggestions. + Manage Installed Versions ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -103,19 +116,6 @@ To pin a package, issue the following command at the system prompt to echo "mongodb-10gen hold" | dpkg --set-selections -Install Packages -~~~~~~~~~~~~~~~~ - -Issue the following command to install the latest stable version of -MongoDB: - -.. code-block:: sh - - sudo apt-get install mongodb-10gen - -When this command completes, you have successfully installed MongoDB! -Continue for configuration and start-up suggestions. - Configure MongoDB -----------------