Hello all,
I want to install version 3.0.7 of Mongo on Ubuntu 14.04 for testing. The problem I am having is described below and It appears to be repo-related.
doing this:
apt-get install mongodb-org-server=3.0.7
results in:
Version '3.0.7' for 'mongodb-org-server' was not found
Contents of /etc/apt/sources.list.d/mongodb.list
I can see the 3.0.7 version there. I can download and install these as well but they do not seem to be available via apt-get.
...sigh...
If I do this:
apt-get install mongodb-org-server
I will get 3.2.0 installed...which is ALSO listed there.
Help!!
Thanks,
Dave