我正在尝试在 Debian 上安装 Rainloop Webmail。
我已经添加了下一个包
add-apt-repository ppa:ondrej/php
已添加此密钥:4F4EA0AAE5267A6C
But upon apt-get update:
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ondrej/php/ubuntu eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
我发现的所有解决方案都是删除存储库,但是我该如何安装 libapache2-mod-php7.0 包呢?
谢谢!
答案1
libapache2-mod-php
可从 Ubuntu 官方存储库获取。要安装它,请在终端中运行以下命令:
sudo apt install libapache2-mod-php
将安装 PHP7+ 的最新版本。
请注意:
从 PHP 7 版开始。您无需指定 PHP7 版,因为所有 PHP 相关包都只包含PHP名称中未指定版本,将引用并安装版本 PHP7+