I want to install php7.2 or php7.3 on ubuntu 20.10 but i get this error :
Done Building dependency tree
Reading state information...
Done E: Unable to locate package php7.3
E: Couldn't find any package by glob 'php7.3'
before i ran these commands
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.3
Does ubuntu 20.10 supports php 7.3 or 7.2 ? Thanks