[DOCS-4934] Comment on: "manual/tutorial/install-mongodb-on-ubuntu.txt" Created: 06/Mar/15 Updated: 14/Dec/16 Resolved: 06/Mar/15 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Ernestas Lukoevi?ius | Assignee: | Michael Paik |
| Resolution: | Done | Votes: | 0 |
| Labels: | collector-298ba4e7, installation | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Location: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ |
||
| Participants: | |
| Days since reply: | 8 years, 49 weeks, 5 days ago |
| Description |
|
Create the /etc/apt/sources.list.d/mongodb.list list file using the following command: echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list This command does not fit the description. It will not create /etc/apt/sources.list.d/mongodb.list. Instead, it will create /etc/apt/sources.list.d/mongodb-org-3.0.list. |
| Comments |
| Comment by Githook User [ 06/Mar/15 ] |
|
Author: {u'username': u'mpaik', u'name': u'Michael Paik', u'email': u'michael.paik@10gen.com'}Message: |
| Comment by Githook User [ 06/Mar/15 ] |
|
Author: {u'username': u'mpaik', u'name': u'Michael Paik', u'email': u'michael.paik@10gen.com'}Message: Signed-off-by: Michael Paik <michael.paik@10gen.com> |