How to install php-imap on LightSail - Amazon Linux 2023

0

I'm setting up my LAMP stack on Amazon Linux 2023. So far I have done the following & its all working well.

yum update -y
yum groupinstall "Development Tools"


yum install httpd.x86_64
systemctl start httpd.service
systemctl enable httpd.service
systemctl status httpd.service

yum install php -y
yum install php-cli php-fpm php-mysqlnd php-bcmath php-fileinfo php-json php-mbstring php-openssl php-pdo php-gd php-xml

dnf install mariadb105-server
systemctl start mariadb
systemctl enable mariadb
systemctl status mariadb
mysql_secure_installation

When trying to install php-imap, I get the following error:

yum install php-imap
Last metadata expiration check: 3:22:02 ago on Sun Jan  7 12:43:10 2024.
No match for argument: php-imap
Error: Unable to find a match: php-imap

How do I install php-imap & php-apcu?

TIA

질문됨 9달 전472회 조회
1개 답변

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠