

Now, where can i find them? I think it's stange as the docs ( official docs ) specify only this repo, and nothing is said about 32/64 bit differences. So, it seems there are no 32 packages in those repos. Maybe the repo is only for 圆4? If it's the case, how can i install mongodb 3.0 on a 32 bit machine ? (i haven't seen anything regarding this dinstinction in the docs )

Ign trusty/mongodb-org/3.0/multiverse Translation-en Ign trusty/mongodb-org/3.0/multiverse Translation-it Ign trusty/mongodb-org/3.0/multiverse Translation-it_IT Trovato trusty/mongodb-org/3.0/multiverse i386 Packages Trovato trusty/mongodb-org/3.0 Release.gpg These are the lines resulting from apt-get update regarding mondodb: Ign trusty/mongodb-org/3.0 InRelease For versions of Ubuntu between 14.04 LTS (Trusty Tahr) and 15.10 (Wily Werewolf), as well as Ubuntu. This is the content of /etc/apt//mongodb-org-3.0.list : deb trusty/mongodb-org/3.0 multiverse Alternatively, from the command line, type lsbrelease -a. I have tried multiple times to install 3.0 after removing / purging the 2.4 version, but with the same result: "Can't find package mongodb-org"Īpt-cache search mongodb doesn't find anything regarding mongodb-org It works, but it doesn't install version 3.0 but version 2.4 It always says "Can't find package mongodb-org". (seems ok, as i see the repos in the list)īut when i do : sudo apt-get install -y mongodb-org (seems ok, as the file /etc/apt//mongodb-org-3.0.list is created with the right entry) sudo apt-get update (seems ok) echo "deb "$(lsb_release -sc)"/mongodb-org/3.0 multiverse" | sudo tee /etc/apt//mongodb-org-3.0.list In detail, i have done: sudo apt-key adv -keyserver hkp://:80 -recv 7F0CEB10 I have followed all the official istructions listed here:
