Why packages are not able to authenticate? .
Hi Vinod,
I’ve just tested the steps for MongoDB 3.2 installation on Ubuntu 16.04 on AWS EC2 instance, and the packages are authenticated just fine.
Make sure you do an apt-get update
after adding the sources.list.
Failing that, try running apt-get clean
before apt-get update
. I suspect that there is a stale sources.list
file on your instance.
Regards,
Wan.