Add apt repository key

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10

Add apt repository

sudo vim /etc/apt/sources.list.d/10gen.list
#add the following line:
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen

Install mongodb & python utils

sudo apt-get update
sudo apt-get install mongodb-10gen python-pip python-dev build-essential
pip install pymongo

Leo Gaggl

ict business owner specialising in mobile learning systems. interests: sustainability, internet of things, ict for development, open innovation, agriculture

This Post Has One Comment

  1. Oscar Scaletta

    Thanks dude, I need this. Linux 4 ever :)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.