7

When I am trying to install mongodb in my Ubuntu box, apt-get shows me the following options

mongodb mongodb-clients mongodb-dev mongodb-server

Can anyone please tell me the difference between mongodb and mongodb-server?

4

1 回答 1

13

Package mongodb installs full set of packages - client, admin tools, development files, mongod (mongodb daemon) and mongos (shard routing service), while mongodb-server installs only mongod and mongos (and logs / docs).

于 2013-03-29T19:09:08.917 回答