Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
-
None
-
ubuntu 14.04
*Location*: http://docs.mongodb.org/master/tutorial/install-mongodb-on-ubuntu/?_ga=1.223813083.1176275121.1427373850
*User-Agent*: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:36.0) Gecko/20100101 Firefox/36.0
*Screen Resolution*: 1366 x 768
*repo*: docs
*source*: tutorial/install-mongodb-on-ubuntu
ubuntu 14.04 *Location*: http://docs.mongodb.org/master/tutorial/install-mongodb-on-ubuntu/?_ga=1.223813083.1176275121.1427373850 *User-Agent*: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:36.0) Gecko/20100101 Firefox/36.0 *Screen Resolution*: 1366 x 768 *repo*: docs *source*: tutorial/install-mongodb-on-ubuntu
Description
I created the sources file using
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
and updated the sources with sudo apt-get update serveral time. But when try to install using sudo apt-get install -y mongodb-org it shows below error.
06:11 PM ~$ sudo apt-get install -y mongodb-org
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mongodb-org
while updating apt-get update it shows Hit for repo.mongodb.org