bash command not found

0

getting error while using amazon-linux-extras install nginx1.12 -y getting error :bash command not found

posta un anno fa293 visualizzazioni
1 Risposta
1

If you are using a newer version of the Amazon image it will not have extras in it.

You can run the following command to check your image version.

cat /etc/image-id

If it is Amazon Linux 2023, it does not have extras.

However, most of the packages are already included in the distro.

You can run sudo yum install nginx which will install version 1.22

AWS
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande