PDA

View Full Version : Mongodb Installation in Kali Linux



prithvi
2015-06-07, 05:52
Hi everybody,

anyone knew how to install mongodb in kali linux. I've tried adding the deb packages in the source but none of them were working and ended up 404.

http://repo.mongodb.org/apt/debian/dists/n/a/mongodb-org/3.0/main/binary-amd64/Packages

rainmak3r
2015-07-19, 04:52
check the following resource:

http://www6.frugalware.org/mirrors/linux/kali/kali/pool/main/m/mongodb/
http://tutorialforlinux.com/2014/12/13/how-to-install-mongodb-for-linux-debian-9-sid-32-64bit-step-by-step-easy-guide/

Name Taken
2015-07-20, 08:08
You can install Docker (https://www.kali.org/news/official-kali-linux-docker-images/) and run MongoDB (https://registry.hub.docker.com/search?q=Mongodb) in its own container environment.

kdenhar
2016-08-22, 17:13
I have tried running the above options from rainmak3r and received the following error when I tried "apt-get install mongodb-10gen".

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mongodb-10gen is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Are there any other methods that you would suggest to install mongodb?