Amazon Linux: “apt-get: command not found”
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re using Amazon Linux it’s CentOS-based, which is RedHat-based. RH-based installs use
yum
notapt-get
. Something likeyum search httpd
should show you the available Apache packages – you likely wantyum install httpd24
.