php 7.3无法找到软件包php7.3-gd

时间:2020-02-03 13:09:16

标签: php ubuntu apt php-gd

我正在尝试安装php7.3-gd扩展名。

当我尝试执行以下操作时:sudo apt-get install -y php7.3-gd

我收到了输出:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package php7.3-gd
E: Couldn't find any package by glob 'php7.3-gd'
E: Couldn't find any package by regex 'php7.3-gd'

我尝试使用以下awnser更新存储库,但无济于事。

编辑:我正在使用ubuntu 19.08

1 个答案:

答案 0 :(得分:0)

php7.3-gdavailable on Ubuntu 19.10

首先,您需要将Ubuntu升级到19.10:

sudo do-release-upgrade -d

然后您可以安装它:

sudo apt install php7.3-gd