I am trying to install MongoDB 3.0 on my Debian (wheezy) 32 bit server, and I canโt understand what went wrong even though I was following MongoDB Installation :
apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 echo "deb http://repo.mongodb.org/apt/debian "$(lsb_release -sc)"/mongodb-org/3.0 main" | tee /etc/apt/sources.list.d/mongodb-org-3.0.list apt-get update apt-get install -y mongodb-org
The fourth team still fails, even if the rest are successful:
E: Unable to locate package mongodb-org
I found the subjects of this question on Stackoverflow, but it was on Ubuntu so ...
EDIT:
lsb_release -sc gives wheezy
NO APT-GET SOLUTION:
Get the 32-bit version of Linux MongoDB for Linux here :
wget https://fastdl.mongodb.org/linux/mongodb-linux-i686-3.0.2.tgz tar zxvf mongodb-linux-i686-3.0.2.tgz cp mongodb-linux-i686-3.0.2.tgz/bin/* /usr/bin
Remember to change ownership / permissions.
source share