aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

CodeDeploy Agent 1.3.2 failing to install with Ruby 2.7.6 version #333

Closed chandrapratapsingh007 closed 1 year ago

chandrapratapsingh007 commented 1 year ago

@mwjones-aws The issue still persists with the installation of the codedeploy-agent. In the screenshot, you can see that I have the Ruby 2.7.6 version installed and tried to install the code deploy agent version 1.3.2 but it's still failing.

Screenshot from 2022-09-22 17-40-00

Originally posted by @chandrapratapsingh007 in https://github.com/aws/aws-codedeploy-agent/issues/157#issuecomment-1254937134

t0shiii commented 1 year ago

The CodeDeploy Agent Debian package uses the OS's package manager to handle the Ruby dependency. This means you will need to install ruby via the apt package manager in order to install CodeDeploy Agent. You can follow the instructions in our documentation

If you are installing the agent via apt on Ubuntu 20.04, Ruby will be installed as a dependency.