Skip to content

Unable to install php8.2 on ubuntu 20.04 #1793

@chithira-kumarm-humbletree

Description

Summary

Unable to install php8.2 on ubuntu 20.04

Details

root@********:~# sudo apt install php8.2
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'

Additional context

I tried below steps, but not working

Update and install prerequisites:

sudo apt update
sudo apt install software-properties-common

Add the PHP PPA:

sudo add-apt-repository ppa:ondrej/php
sudo apt update

Install PHP 8.2:

sudo apt install php8.2

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions