Skip to content

Update source/tutorial/install-mongodb-on-debian-or-ubuntu-linux.txt #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source/tutorial/install-mongodb-on-debian-or-ubuntu-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,20 @@ configuration and operation.
Package Options
---------------

The 10gen repository contains two packages:
The 10gen repository contains three packages:

- ``mongodb-10gen``

This package contains the latest **stable** release. Use this for
production deployments.

- ``mongodb20-10gen``

This package contains the stable release of v2.0 branch.

- ``mongodb18-10gen``

This package contains the previous stable release.
This package contains the stable release of v1.8 branch.

You cannot install these packages concurrently with each other or with
the ``mongodb`` package that your release of Debian or Ubuntu may
Expand Down