Sunday, May 5, 2024
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 13266  / 2 Years ago, wed, august 10, 2022, 5:28:59

I am trying to install MongoDB, but I keep getting the following error:


mongodb is not found.

I am using the following install command:


sudo apt-get install mongodb

More From » software-installation

 Answers
1

You cannot install mongodb using:



apt-get install mongo


You need to execute following command to install mongodb on linux:



sudo apt-get install mongodb-server

[#32339] Thursday, August 11, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alliulet

Total Points: 46
Total Questions: 109
Total Answers: 97

Location: Svalbard and Jan Mayen
Member since Sat, Oct 10, 2020
4 Years ago
;