Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amazon AWS Cloud9 sudo apt-get command not found

Tags:

aws-cloud9

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

like image 777
Lei Pei Avatar asked Sep 01 '25 21:09

Lei Pei


1 Answers

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

like image 189
Tom Avatar answered Sep 03 '25 18:09

Tom