Heim  >  Fragen und Antworten  >  Hauptteil

php8.2 in Ubuntu 18.04: E: Paket php8.2 konnte nicht gefunden werden

Benötige Hilfe, ich kann php8.2-fpm in Ubuntu 18 nicht installieren, hier sind meine Befehle

sudo apt install lsb-release apt-transport-https ca-certificates software-properties-common -y
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt install php8.2

Das ist die Antwort

$ sudo apt-get install php8.2 php8.2-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php8.2
E: Couldn't find any package by glob 'php8.2'
E: Couldn't find any package by regex 'php8.2'
E: Unable to locate package php8.2-fpm
E: Couldn't find any package by glob 'php8.2-fpm'
E: Couldn't find any package by regex 'php8.2-fpm'

P粉287254588P粉287254588316 Tage vor785

Antworte allen(1)Ich werde antworten

  • P粉068174996

    P粉0681749962023-11-09 09:11:31

    Ubuntu 18.04 (Bionic Beaver) 现已付费扩展支持计划之外不再受支持。 Ondřej Surý 的 PHP 软件包仅适用于受支持的 Ubuntu 版本,因此 不再可用适用于 Ubuntu 18.04

    这也是该存储库的< /a>,详细说明文件立即不可用的原因:

    您必须支付扩展支持费用,或者更新到较新版本的 Ubuntu。< /p>

    Antwort
    0
  • StornierenAntwort