如何在 debian 8 jessie 上安装 php 7 gd 扩展?

Posted

技术标签:

【中文标题】如何在 debian 8 jessie 上安装 php 7 gd 扩展?【英文标题】:How to install the php 7 gd extension on debian 8 jessie? 【发布时间】:2016-11-29 14:46:17 【问题描述】:

问题已为Ubuntu 回答,但不适用于 Debian,因为它尚不可用。搜索 packages.debian.org 时,只有 php 5 gd 的包可用。

在 Debian 8 Jessie 中安装 php7.0-gd 的首选方式是什么?最好的非官方来源是什么?

【问题讨论】:

【参考方案1】:

dotdeb.org 似乎有它,使用instructions 安装。并运行apt-get updateapt-get install -y php7.0-gd

【讨论】:

【参考方案2】:

它在 Stretch 版本中可用。这是最好的官方 repo。

php7.0-gd:   Installed: (none)   Candidate:
 7.0.12-1   Version table:
      7.0.13-2 350
         350 http://ftp.fi.debian.org/debian sid/main i386 Packages
      7.0.12-1 500
         500 http://httpredir.debian.org/debian stretch/main i386 Packages

echo 'deb http://httpredir.debian.org/debian stretch main' >> /etc/apt/sources.list.d/stretch.list

【讨论】:

以上是关于如何在 debian 8 jessie 上安装 php 7 gd 扩展?的主要内容,如果未能解决你的问题,请参考以下文章

如何在Debian 8(Jessie)上安装最新版本的PHP 5.4?

如何在 debian Jessie 上安装 docker-engine 1.13

sh 在Debian Jessie上安装Salt

如何调整根文件系统分区的大小 Debian Jessie BeagleBone Black

ini 在Jessie上设置新的虚拟主机:https://www.linode.com/docs/websites/apache/apache-web-server-debian-8

将 php 从 5.6.9 降级到 5.3.3 debian jessie