Description
On http://docs.mongodb.org/manual/tutorial/install-mongodb-enterprise-on-ubuntu/ :
Install MongoDB Enterprise -> 4. Install the MongoDB Enterprise packages
To install specific release of mongodb enterprise:
apt-get install mongodb-enterprise=2.6.1 mongodb-enterprise-server=2.6.1 mongodb-enterprise-shell=2.6.1 mongodb-enterprise-mongos=2.6.1 mongodb-enterprise-tools=2.6.1
|
is missing sudo at the front.