Skip to content

Instantly share code, notes, and snippets.

View sradhaa's full-sized avatar
🎯
Focusing

sradhanjali behera sradhaa

🎯
Focusing
View GitHub Profile
Instalación
1. Import the public key used by the package management system.
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
2. Create a /etc/apt/sources.list.d/mongodb-org-3.0.list file for MongoDB.
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
3. Reload local package database