I'm wondering if there's a way to download php7.3 or 7.4 without using a ppa? I haven't been able to find a good alternative I tried out apt install lamp-server^
but that wasn't sufficient enough and when downloading some files I got unmet dependencie error:
The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.7 but it is not goiing to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution.)
I did all the trouble shooting apt -f install
didn't work and I did other methods but the only fix was to uninstall the packages from lamp-sever^
.
Let me know your suggestions and ideas, I'm looking for a NON-PPA solution.
~ ?