[SERVER-17373] APT for v3.0 is not working for Ubuntu Created: 25/Feb/15  Updated: 25/Feb/15  Resolved: 25/Feb/15

Status: Closed
Project: Core Server
Component/s: Packaging
Affects Version/s: 3.0.0-rc10
Fix Version/s: None

Type: Task Priority: Minor - P4
Reporter: Daniel Martinez Assignee: Ernie Hershey
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:

 Description   

http://docs.mongodb.org/master/tutorial/install-mongodb-on-ubuntu/

Line:
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

But the repo is not still ready.



 Comments   
Comment by Ernie Hershey [ 25/Feb/15 ]

Hi dmartz86 - that part of the instructions is the same.

From here -

sudo apt-get install -y mongodb-org

Comment by Daniel Martinez [ 25/Feb/15 ]

Ernie,

sudo apt-get install mongodb
>mongod -version
db version v2.4.9
Wed Feb 25 16:07:07.317 git version: nogitversion

What is the command for v3.0 ?

Comment by Daniel Martinez [ 25/Feb/15 ]

Thanks, It works now.

Comment by Ernie Hershey [ 25/Feb/15 ]

Hi dmartz86 - I apologize for hte inconvenience. For now you can use the "testing" repo if you'd like to use the RC packages. When we release 3.0 GA the listed "3.0" repo will be populated with packages.

Here's the adjusted command to add the "testing" repo to your system:

echo "deb http://repo.mongodb.org/apt/ubuntu "$(lsb_release -sc)"/mongodb-org/testing multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-testing.list

Generated at Thu Feb 08 03:44:12 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.