Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
*Location*: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
*User-Agent*: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
*Screen Resolution*: 1600 x 900
*repo*: docs
*source*: tutorial/install-mongodb-on-ubuntu
Description
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
You might want to mention explicitly that this command only works on LTS versions... or, better, make symbolic links for the other releases on the repo server.