php8.2 in ubuntu 18.04: E: Unable to find package php8.2
P粉287254588
P粉287254588 2023-11-08 09:38:05
0
1
709

Need some help, I can't install php8.2-fpm in ubuntu 18, here are my commands

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

This is the reply

$ 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

reply all (1)
P粉068174996

Ubuntu 18.04 (Bionic Beaver) is nowno longer supported outside of paid extended support plans. Ondřej Surý's PHP package only works with supported Ubuntu versions, sois no longer available for Ubuntu 18.04.

This is also theof this repository, detailing why the file is immediately unavailable:

You mustpay for extended supportor update to a newer version of Ubuntu.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!