Install PHP 8.1 alongside PHP 8.3 on your Ubuntu system
To install PHP 8.1 alongside PHP 8.3 on your Ubuntu system, follow these steps:
1. Add the PHP PPA
If you haven't already, add the ondrej/php repository, which contains multiple PHP versions:
sudo add-apt-repository ppa:ondrej/php
sudo apt update
2....
mandeepsingh.hashnode.dev2 min read