Skip to content
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