Announcement

Collapse
No announcement yet.

php 8.2 cannot be installed on Kubuntu 22.10

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    php 8.2 cannot be installed on Kubuntu 22.10

    Getting the following error when I try to add the php 8.2 ppa ondrej repository (
    Code:
    sudo add-apt-repository ppa:ondrej/php
    ). I am using Kubunt 22.10. Any ideas how to install php 8.2?

    Code:
    Ign:14 https://ppa.launchpadcontent.net/ondrej/php/ubuntu kinetic InRelease
    Err:15 https://ppa.launchpadcontent.net/ondrej/php/ubuntu kinetic Release
    404 Not Found [IP: 185.125.190.52 443]
    Reading package lists... Done
    E: The repository 'https://ppa.launchpadcontent.net/ondrej/php/ubuntu kinetic Release' does not have a Release file.
    N: Updating from such a repository can't be done securely, and is therefore disabled by default.

    #2
    The PPA does not provide packages for Kinetic. You will want to remove the PPA, as it is useless for the purpose. He only provides packaging for LTS releases.

    Code:
    sudo ppa-purge ppa:ondrej/php
    Last edited by claydoh; Feb 02, 2023, 03:01 PM.

    Comment


      #3
      The PPA's maintainer won't support non-LTS releases, not since 20.10
      https://github.com/oerdnj/deb.sury.org/issues/1662

      Makes sense, really

      Comment

      Working...
      X