From eb00bcccc55100ee7c6e6a03bbbbb89c91459e22 Mon Sep 17 00:00:00 2001 From: Jason Rassi Date: Tue, 11 Sep 2012 15:16:13 -0400 Subject: [PATCH] Remove incorrect instruction to run 'yum update' yum update installs available updates for all packages on the system (not what we intend to advise here). In reference to the comment 'add instructions for yum update' removed in 5038c710: this step is not necessary for yum, which will pull from the available repositories during the next step (yum install). --- .../install-mongodb-on-redhat-centos-or-fedora-linux.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt b/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt index 437dc15b775..bc49deeea27 100644 --- a/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt +++ b/source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt @@ -110,13 +110,6 @@ production deployments, place the following configuration in gpgcheck=0 enabled=1 -After saving the new ``.repo`` files, users of both platforms should -issue the following command to update the local package database: - -.. code-block:: sh - - yum update - Installing Packages ~~~~~~~~~~~~~~~~~~~