Amazon Linux 2023 AVIF

0

How to install AVIF file support for linux Amazon 2023 and php 8.3?

已提問 2 個月前檢視次數 143 次
6 個答案
1

According to the release notes, support for PHP8.3 was added in Amazon Linux 2023 version 2023.5.20240624.

Can you elaborate on the AVIF file support?

AWS
Gary_S
已回答 2 個月前
0

Hello,

To install AVIF file support on Amazon Linux 2023 and PHP 8.3, follow these steps:

Install libavif:

sudo amazon-linux-extras install epel
sudo yum install libavif

Install PHP 8.3 with AVIF support:

sudo amazon-linux-extras install php8.3
sudo yum install php-avif

Verify AVIF support:

php -i | grep avif

This should display AVIF support information.

Note: Ensure you have the latest Amazon Linux 2023 updates installed before proceeding.

profile picture
專家
已回答 2 個月前
0

Is there a php libavif plugin available for Amazon Linux 2023.5.20240624 2023 and php 8.3 so that avif files can be supported?

已回答 2 個月前
0

I am currently using Amazon Linux 2023 version 2023.5.20240722

已回答 2 個月前
0

from what i know amazon linux 2023 is not fully compatible with epel?

Is it possible to also install heif and heic formats?

已回答 2 個月前
0

So there is no possibility of installing avif?

已回答 2 個月前

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

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

回答問題指南