I am trying to install MongoDB on Ubuntu 16.10
, I have followed the steps in the MongoDB official website.
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
echo "deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.4.list
sudo apt-get update
sudo apt-get install -y mongodb-org
I followed these steps but I am getting the error:
E: Unable to locate package mongodb-org
Could this be because my Ubuntu is not 64 bit but i686?