[DOCS-8879] Provide repo setup commands for all of the supported Debian releases Created: 28/Sep/16  Updated: 23/Sep/18  Resolved: 29/Aug/18

Status: Closed
Project: Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Dmitry Ryabtsev Assignee: Anthony Sansone (Inactive)
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
is related to DOCS-9064 Comment on: "manual/tutorial/install-... Closed
Participants:
Days since reply: 6 years, 18 weeks ago

 Description   

It is odd that for Ubuntu we provide sample commands to set up repos for each of the supported OS releases:

echo "deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo "deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo "deb http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list

But for Debian we provide commands for Debian 7 Wheezy only:

echo "deb http://repo.mongodb.com/apt/debian wheezy/mongodb-enterprise/3.2 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo "deb http://repo.mongodb.com/apt/debian wheezy/mongodb-enterprise/2.6 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list

We should make the documentation to be consistent - the installation instructions for Debian should provide sample commands for all of the supported OS releaases just like we have it with Ubuntu. I.e. we need to add these:

echo "deb http://repo.mongodb.com/apt/debian jessie/mongodb-enterprise/3.2 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
echo "deb http://repo.mongodb.com/apt/debian jessie/mongodb-enterprise/2.6 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-2.6.list

And for the 3.4 docs add this:

echo "deb http://repo.mongodb.com/apt/debian jessie/mongodb-enterprise/3.4 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list

This should be done for both - for the Enterprise and for the Community edition docs.



 Comments   
Comment by Stennie Steneker (Inactive) [ 11/Oct/17 ]

This was fixed via DOCS-9064

Generated at Thu Feb 08 07:57:09 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.