1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntu20.04にてPHPのばーじょん指定で、imagick gdインストール

Last updated at Posted at 2025-05-22

通常のインストール

apt install php-imagick -y

対してPHP7.3を指定してインストール

apt install php7.3-imagick -y

下記コマンドにて確認。

php -m |grep imagick
imagick

gd インストール

apt install php-gd
バージョン指定
apt install php7.3-gd
php -m |grep gd

表示でOK。
ブラウザphpinfoにて下記確認。

下記サイト参照。
https://www.kwonline.org/memo2/2021/10/26/install-imagick-on-ubuntu-20_04/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?