Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (47.6k points)

I am trying to download mongodb and I am following the steps on this link.

But when I get to the step:

sudo apt-get install -y mongodb-org

I get the following error:

Reading package lists... Done 

Building dependency tree 

Reading state information... Done 

E: Unable to locate package mongodb-org //This is the error

Why is this occurring and is there a workaround?

1 Answer

0 votes
by (106k points)

You should use the below-mentioned command:-

sudo apt-get install -y mongodb

Related questions

0 votes
1 answer
asked Nov 22, 2020 in Python by ashely (50.2k points)
0 votes
1 answer
0 votes
1 answer
0 votes
2 answers
0 votes
1 answer

Browse Categories

...