install php70-gd on ubuntu

前端 未结 6 1160
攒了一身酷
攒了一身酷 2020-12-05 06:21

Recently the new php7 has been released. However, when I am trying to install the gd package, the library can not be found.

I have tried through

sudo         


        
6条回答
  •  情深已故
    2020-12-05 06:51

    In 2018 there is an aliase package:

    sudo apt-get install php-gd

    Use this to retrieve the last version.

提交回复
热议问题