Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

CentOS 7 install fails at multiple parts #85

Open
egriffith opened this issue Feb 23, 2018 · 0 comments
Open

CentOS 7 install fails at multiple parts #85

egriffith opened this issue Feb 23, 2018 · 0 comments

Comments

@egriffith
Copy link

If you spin up an AWS EC2 Instance running the CentOS 7 AMI and choose to have Cloud9 install into that instance, the install will fail at various parts.

Issue 1: "Can't install gcc,g++"
solution: sudo yum install gcc gcc-g++

Issue 2: Can't compile tmux. "curses not found"
Solution: sudo yum install glibc-static ncurses-devel

Issue 3 "Group 'docker' not found"
Solution: sudo grouped docker && sudo usermod -aG docker $USER

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant