2

I’m trying to use AWS Cloud 9 for development, however it forces you to use Amazon Linux, instead of my familiar Ubuntu.

The major limitation is the lack of available packages.

Is it possible to add the main CentOS or redhat repos in order to install a normal universe of packages?

chrism2671
  • 2,579
  • 9
  • 34
  • 45

1 Answers1

3

No. Amazon Linux is its own thing, a fork that looks significantly different than modern Red Hat/CentOS. What Linux distribution is the Amazon Linux AMI based on?

Worth a shot to try to install if the only RPM available is an EL one. But you probably will have to compile and package things yourself.

John Mahowald
  • 32,050
  • 2
  • 19
  • 34
  • Do you have any suggestions for Cloud 9? This used to be Ubuntu based, and now it’s Amazon Linux only- which is a miserable experience. – chrism2671 Aug 13 '18 at 10:17
  • No, I'm not familiar with Cloud9. The documentation suggests that remote SSH environments are possible where you bring your own Python + Node.js. I cannot comment on the limitations there, and that's a new question besides. – John Mahowald Aug 14 '18 at 02:56