Unable to install mongo using apt-get. Following are the steps :
(Ref : https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/)
1. apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
2. echo "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list
3. apt-get update
4. apt-get install -y mongodb-org=3.2.0 mongodb-org-server=3.2.0 mongodb-org-shell=3.2.0 mongodb-org-mongos=3.2.0 mongodb-org-tools=3.2.0
Error :
W: GPG error: http://repo.mongodb.org precise/mongodb-org/3.2 Release: The following signatures were invalid: BADSIG D68FA50FEA312927 MongoDB 3.2 Release Signing Key
W: Size of file /var/lib/apt/lists/ppa.launchpad.net_git-core_ppa_ubuntu_dists_precise_main_source_Sources.gz is not what the server reported 996 997
WARNING: The following packages cannot be authenticated!
mongodb-org-shell mongodb-org-server mongodb-org-mongos mongodb-org-tools
mongodb-org
E: There are problems and -y was used without --force-yes
FYI - This was working fine last week. Any idea ?
Hi Phagun,
There seems to be a problem with the key for MongoDB v3.2 on ubuntu (12.04 and 14.04).
There is currently an open ticket in MongoDB JIRA tracker SERVER-22143 for this, feel free to watch for updates.
Thanks.
Wan
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: http://www.mongodb.org/about/support/.
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/536d0be7-15a9-44da-8efc-33b6d6821520%40googlegroups.com.