ubuntu安裝php-gd的方法:先找到想要安裝php版本的gd;然後透過「apt-get install php7.2-gd」進行安裝;最後重新啟動php即可。
本文操作環境:ubuntu 16.04系統、PHP7.2版,DELL G3電腦
ubuntu如何安裝php-gd? ubuntu下php安裝gd擴充
apt-cache search php-gd
找到想要安裝php版本的gd
apt-get install php7.2-gd 安裝
php -m 安裝成功
如果需要重新啟動php
找到php運作方式是apache2還是php-fpm
systemctl restart xxx
推薦學習:《PHP影片教學》
以上是ubuntu如何安裝php-gd的詳細內容。更多資訊請關注PHP中文網其他相關文章!