Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialHarshavardhan Gangavarapu
13,727 Pointsunable to install and start mongodb
sudo apt-get install mongodb [sudo] password for harsha: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: mongodb : Depends: mongodb-server (>= 1:2.4.1-2) but it is not going to be installed mongodb-org : Depends: mongodb-org-server but it is not going to be installed Depends: mongodb-org-mongos but it is not going to be installed Depends: mongodb-org-tools but it is not going to be installed Conflicts: mongodb but 1:3.6.3-0ubuntu1.1 is to be installed mongodb-org-shell : Conflicts: mongodb but 1:3.6.3-0ubuntu1.1 is to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). harsha@DESKTOP-P5F1GV2:~$ mongodb -v
Command 'mongodb' not found, did you mean:
command 'mongod' from deb mongodb-server-core
Try: sudo apt install <deb name>
harsha@DESKTOP-P5F1GV2:~$ sudo service mongodb start
- Starting database mongodb [fail] harsha@DESKTOP-P5F1GV2:~$ mongodb -v
Command 'mongodb' not found, did you mean:
command 'mongod' from deb mongodb-server-core
Try: sudo apt install <deb name>
harsha@DESKTOP-P5F1GV2:~$
please help me
2 Answers
KRIS NIKOLAISEN
54,971 PointsHere is a guide
Ken Alger
Treehouse TeacherTo start the MongoDB Server you should run mongod
from a terminal window.
For another alternative to installing it locally, check out MonogDB Atlas.
Best wishes,
Ken
Harshavardhan Gangavarapu
13,727 PointsThanks a lot. It surely helped