From b1996193bac482d28d1ef24b6295191c8b998f92 Mon Sep 17 00:00:00 2001 From: Gourav Tiwari Date: Mon, 20 Apr 2015 12:29:20 -0700 Subject: [PATCH] Fixed: E: Unable to locate package mongodb-org Only way I was able to get past: https://stackoverflow.com/questions/29287915/mongodb-installation-in-ubuntu-14-04-falied/29298325#29298325 --- source/includes/steps-install-mongodb-on-ubuntu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/steps-install-mongodb-on-ubuntu.yaml b/source/includes/steps-install-mongodb-on-ubuntu.yaml index 34c86bdbd72..5c7f7e5c399 100644 --- a/source/includes/steps-install-mongodb-on-ubuntu.yaml +++ b/source/includes/steps-install-mongodb-on-ubuntu.yaml @@ -45,7 +45,7 @@ action: pre: "Issue the following command:" language: sh code: | - sudo apt-get install -y mongodb-org + sudo apt-get install -y mongodb - heading: text: Install a specific release of MongoDB. character: "'"