bash command not found

0

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

已提問 1 年前檢視次數 300 次
1 個回答
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南