-
Notifications
You must be signed in to change notification settings - Fork 612
Closed
Labels
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