I'm a Laravel dev and new to Ubuntu. I have two different apps which use two different versions of PHP. I need to have PHP 7.1.x.
I tried to explore different platforms most of them are using ppa:ondrej/php However that package is not working and upon research I got this result
Not able to install php 7.4 on Ubuntu 21.10 impish version
which says to wait till the next release. I also checked this
How I can install multiple versions of php in ubuntu 22.10 version?
where instead of PHP 8.x I follow the instructions from here:
But when I try $ sudo apt install php7.1 I got this E: Package 'php7.1' has no installation candidate.