I need to install php5.6 to my Ubuntu 19.10, found out a lot of variants in the internet and almost all of them was the same - to use ppa:ondrej/php
I tried this variant:
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
And this:
LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php
But after
sudo apt-get install php5.6
nothing seems to work, all i get is message like this or simillar
Note, selecting 'php5.6-json' for regex 'php5.6'
Note, selecting 'php5.6-common' for regex 'php5.6'
The only result i get so far is php5.3 was somehow installed after sudo apt-get install php5, but this is not what i'm looking for.
Also after command 'sudo add-apt-repository ppa:ondrej/php' i'm getting something like this:
E: The repository 'http://ppa.launchpad.net/ondrej/apache2/ubuntu eoan Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Could somebody help with this problem?