We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a08b2 commit 3a6642fCopy full SHA for 3a6642f
source/tutorial/install-mongodb-on-debian-or-ubuntu-linux.txt
@@ -39,16 +39,20 @@ configuration and operation.
39
Package Options
40
---------------
41
42
-The 10gen repository contains two packages:
+The 10gen repository contains three packages:
43
44
- ``mongodb-10gen``
45
46
This package contains the latest **stable** release. Use this for
47
production deployments.
48
49
+- ``mongodb20-10gen``
50
+
51
+ This package contains the stable release of v2.0 branch.
52
53
- ``mongodb18-10gen``
54
- This package contains the previous stable release.
55
+ This package contains the stable release of v1.8 branch.
56
57
You cannot install these packages concurrently with each other or with
58
the ``mongodb`` package that your release of Debian or Ubuntu may
0 commit comments