Install MongoDB on Ubuntu
Firstly, import the MongoDB public GPG key to require that the that the package is signed by the distributor. I also was required to enable outbound connections on TCP service port 34898 to communicate with the key server using the hkp protocol: sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 7F0CEB10 Now add the distribution for the … More Install MongoDB on Ubuntu