Install PHP 8.2 in Ubuntu 20.04
Add PPAs
_$: sudo apt install ca-certificates apt-transport-https software-properties-common
_$: sudo add-apt-repository ppa:ondrej/php
_$: sudo add-apt-repository ppa:ondrej/nginx
Install PHP 8.2
_$: sudo apt install php8.2
Check the installation
_$: php --version
PHP 8.2.13 (cli) (built: Nov 24 2023 08:46:50) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.13, Copyright (c) Zend Technologies
with Zend OPcache v8.2.13, Copyright (c), by Zend Technologies