Hi am new to raspberry pi3 armv7 32bit am trying to install mongodb 2.6.2. i have tried many options to install but all no hope. Here is the recent error i got below
This is the command i use below: sudo apt-get install mongodb-org=2.6.2 mongodb-org-server=2.6.2 mongodb-org-shell=2.6.2 mongodb-org-mongos2.6.2 mongodb-org-tools=2.6.2
This is the output on Raspberry pi3 armv7 command line
Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package mongodb-org E: Unable to locate package mongodb-org-server E: Unable to locate package mongodb-org-shell E: Unable to locate package mongodb-org-mongos2.6.2 E: Couldn't find any package by glob 'mongodb-org-mongos2.6.2' E: Couldn't find any package by regex 'mongodb-org-mongos2.6.2' E: Unable to locate package mongodb-org-tools
sudo apt-get updatefirst. - Fusseldieb