E: Unable to locate package mongodb-org
Monday, January 30th, 2017
I got this error “E: Unable to locate package mongodb-org” when following installation instructions from mongodb.com
Solution was pretty simple, instead of
sudo apt-get install -y mongodb-org
try
sudo apt-get install mongodb