gpt4 book ai didi

php - E : Couldn't find any package by glob 'php-7.4'

转载 作者:行者123 更新时间:2023-12-03 08:02:09 24 4
gpt4 key购买 nike

我使用的是 Ubuntu 22.04.1我在安装 php 版本时遇到问题,特别是 php7.4。 enter image description here

我尝试过这些引用,但它对我不起作用。

https://www.linuxcapable.com/how-to-install-php-7-4-on-ubuntu-20-04-lts/

How can I install php7.4 on Ubuntu 19.04?

https://www.codegrepper.com/code-examples/php/%3A+Unable+to+locate+package+php7.4-fpm

请帮忙!!!谢谢。

最佳答案

在 Linux 操作系统中点击以下命令安装任意版本的 php(将 php7.4 替换为您需要的版本):

sudo apt-get update
sudo apt -y install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt -y install php7.4

检查 PHP 版本:

php -v

您可能需要安装一些其他软件包。您可以按照以下命令来执行此操作:

sudo apt-get install -y php7.4-cli php7.4-json php7.4-common php7.4-mysql php7.4-zip php7.4-gd php7.4-mbstring php7.4-curl php7.4-xml php7.4-bcmath
sudo apt install php7.4-fpm

启动 FPM 并检查状态:

systemctl restart php7.4-fpm
systemctl status php7.4-fpm

上述操作解决了问题。

关于php - E : Couldn't find any package by glob 'php-7.4' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73786272/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com