4

sudo apt-get install -y mongoldb-org

audo: apt-get: command not found

I typed sudo apt-get trying to install mongoldb on AWS Cloud9, but it shows no command found

Lei Pei
  • 43
  • 1
  • 4
  • when you click the title, you can see the picture – Lei Pei Jun 19 '18 at 03:09
  • 3
    Welcome to Stack Overflow. Rather than posting screenshots, please copy/paste actual code into your question. https://meta.stackoverflow.com/questions/285551/why-not-upload-images-of-code-on-so-when-asking-a-question – Richie Thomas Jun 19 '18 at 03:10

1 Answers1

4

The old c9.io was based on Ubuntu, but AWS cloud9 is based on Amazon Linux so you should use yum to update now.

Tom
  • 17,103
  • 8
  • 67
  • 75