Skip to content

Commit eb00bcc

Browse files
committed
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 5038c71: this step is not necessary for yum, which will pull from the available repositories during the next step (yum install).
1 parent 09f6b72 commit eb00bcc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/tutorial/install-mongodb-on-redhat-centos-or-fedora-linux.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ production deployments, place the following configuration in
110110
gpgcheck=0
111111
enabled=1
112112

113-
After saving the new ``.repo`` files, users of both platforms should
114-
issue the following command to update the local package database:
115-
116-
.. code-block:: sh
117-
118-
yum update
119-
120113
Installing Packages
121114
~~~~~~~~~~~~~~~~~~~
122115

0 commit comments

Comments
 (0)