Question Detail

While installing PHP to AWS getting error: You lack permissions to write to system configuration.

11 months ago Views 434 Visit Post Reply

I am using an AWS ec2 instance to host my website but I am not able to execute PHP files so I try to install PHP 8.1 version

amazon-linux-extras install php8.1

You lack permissions to write to system configuration.  /etc/yum.repos.d/amzn2-extras.repo

While installing PHP to AWS getting an error: You lack permissions to write to system configuration.


Thread Reply

Hemant Sharma

- 11 months ago

you are missing just a single word before command

sudo amazon-linux-extras install php8.1

After updating any new package you need to Reboot the server to check reflactions