AWS EC2 Ubuntu 12.04.1 LTS: deb command-not-found [closed]
Deb is not a command. You need to edit your /etc/apt/sources.list
file and add the following line
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
to the end of the file.
Then, update your system and then install MongoDB. Assuming mongodb is the package you need then run these commands:
sudo apt-get update
sudo apt-get install mongodb