I'm trying to install a specific version of MySQL to match a host and I'd like to install the corresponding working versions of some other packages for PHP and Apache2.
I know you can check the versions of packages available with
sudo apt-cache madison <package-name>
But how do you know that more than one package will work with the other packages?
0 Answers