Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installed mongoDB server but mongoimport not found

I have installed mongoDB on a Amazon Linux instance following this guide http://docs.mongodb.org/ecosystem/platforms/amazon-ec2/. At this point I have to execute mongoimport command but it is not found. Do you know how can I install it? Why doesn't this one is not contained into the mongodb-server and mongodb-shell packages?

like image 865
Mazzy Avatar asked Dec 03 '22 19:12

Mazzy


2 Answers

Adding this answer for reference to others

yum install mongodb-org-tools

like image 91
Hans Avatar answered Dec 28 '22 20:12

Hans


For people on Arch and Manjaro, the package you need is mongodb-tools

like image 33
crypdick Avatar answered Dec 28 '22 19:12

crypdick