[ACCEPTED]--bash: mongo: command not found AWS-amazon-web-services
Accepted answer
you have to use
$ sudo yum install -y mongo-10gen-server mongodb-org-shell
and then
$ mongo
0
Mongo-10gen-server package doesnt include 4 the component which is required to run "mongo" connecting 3 to database running as mongod. Use:
yum install 2 mongodb-org
This will install all the required 1 components.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.