php8.2 in Ubuntu 18.04: E: Paket php8.2 konnte nicht gefunden werden
P粉287254588
P粉287254588 2023-11-08 09:38:05
0
1
777

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粉287254588
P粉287254588

Antworte allen(1)
P粉068174996

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

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

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

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage
Über uns Haftungsausschluss Sitemap
Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!